Created
October 13, 2012 12:28
-
-
Save NelleV/3884463 to your computer and use it in GitHub Desktop.
A not pep8 file
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
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