We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f68abd7 commit 0646911Copy full SHA for 0646911
CountMillionCharacters-Variations/variation1.py
@@ -1,8 +1,8 @@
1
import pprint
2
3
-inputFile = input('File Name: ')
4
-
+inputFile = input("File Name : ")
5
count = {}
+
6
with open(inputFile, 'r') as info:
7
readFile = info.read()
8
for character in readFile.upper():
0 commit comments