Created
February 2, 2022 13:40
-
-
Save raeq/d7a0142f94a40ee150691bc9134a5c08 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
frequencies:dict = { | |
"E": "12.02", | |
"T": "9.1", | |
"A": "8.12", | |
"O": "7.68", | |
"I": "7.31", | |
"N": "6.95", | |
"S": "6.28", | |
"R": "6.02", | |
"H": "5.92", | |
"D": "4.32", | |
"L": "3.98", | |
"U": "2.88", | |
"C": "2.71", | |
"M": "2.61", | |
"F": "2.3", | |
"Y": "2.11", | |
"W": "2.09", | |
"G": "2.03", | |
"P": "1.82", | |
"B": "1.49", | |
"V": "1.11", | |
"K": "0.69", | |
"X": "0.17", | |
"Q": "0.11", | |
"J": "0.1", | |
"Z": "0.07", } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment