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 b337c6a commit fae0b21Copy full SHA for fae0b21
CountMillionCharacter.py
@@ -297,4 +297,4 @@
297
print("String\n {} \n".format(wordstring))
298
print("List\n {} \n".format(str(wordlist)))
299
print("Frequencies\n {} \n".format(str(wordfreq)))
300
-print("Pairs\n {}".format(str(list(zip(wordlist, wordfreq)))))
+print("Pairs\n {}".format(str(dict(zip(wordlist, wordfreq)))))
0 commit comments