| .. | ||
| main.py | ||
| readme.md | ||
| words.txt | ||
7.1 Write a program that prompts for a file name, then opens that file and reads through the file, and print the contents of the file in upper case. Use the file words.txt to produce the output below.
| .. | ||
| main.py | ||
| readme.md | ||
| words.txt | ||
7.1 Write a program that prompts for a file name, then opens that file and reads through the file, and print the contents of the file in upper case. Use the file words.txt to produce the output below.