Skip to content

Commit fae0b21

Browse files
authored
Update CountMillionCharacter.py
1 parent b337c6a commit fae0b21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CountMillionCharacter.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,4 +297,4 @@
297297
print("String\n {} \n".format(wordstring))
298298
print("List\n {} \n".format(str(wordlist)))
299299
print("Frequencies\n {} \n".format(str(wordfreq)))
300-
print("Pairs\n {}".format(str(list(zip(wordlist, wordfreq)))))
300+
print("Pairs\n {}".format(str(dict(zip(wordlist, wordfreq)))))

0 commit comments

Comments
 (0)