Skip to content

Instantly share code, notes, and snippets.

@raeq
Created February 2, 2022 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save raeq/d7a0142f94a40ee150691bc9134a5c08 to your computer and use it in GitHub Desktop.
Save raeq/d7a0142f94a40ee150691bc9134a5c08 to your computer and use it in GitHub Desktop.
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