You will need these files:
cryptogram.py
: skeleton code to start from.
quotes.txt
: file with quotes.
You will need these files:
You will need these files:
You will need this file:
You will need these files:
You will need this file:
You will need this file:
You will need this file:
You will need this file:
You will need these files:
You will need these files:
You will need these files:
file.txt
: a text filenums.txt
: another text filecount_lines.py
:
Count the lines in a file (done two ways). Also, pick random lines from a file.
wc.py
: Count lines, words, and chars in a file.
sum_nums.py
: Add the numbers in a file.
stats.py
: Get min, max, average, median, and mode of numbers in a file.