Skip to content

Instantly share code, notes, and snippets.

@NelleV
Created October 13, 2012 12:28
Show Gist options
  • Save NelleV/3884463 to your computer and use it in GitHub Desktop.
Save NelleV/3884463 to your computer and use it in GitHub Desktop.
A not pep8 file
ENG_PREFIXES = {
-24: "y",
-21: "z",
-18: "a",
-15: "f",
-12: "p",
-9: "n",
-6: u"\u03bc", # Greek letter mu
-3: "m",
0: "",
3: "k",
6: "M",
9: "G",
12: "T",
15: "P",
18: "E",
21: "Z",
24: "Y"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment