Skip to content

Commit 0646911

Browse files
authored
Update variation1.py
1 parent f68abd7 commit 0646911

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CountMillionCharacters-Variations/variation1.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
import pprint
22

3-
inputFile = input('File Name: ')
4-
3+
inputFile = input("File Name : ")
54
count = {}
5+
66
with open(inputFile, 'r') as info:
77
readFile = info.read()
88
for character in readFile.upper():

0 commit comments

Comments
 (0)