Skip to content

Instantly share code, notes, and snippets.

@drussell393
Created May 17, 2015 02:18
Show Gist options
  • Save drussell393/5362e8a304ad82121d9f to your computer and use it in GitHub Desktop.
Save drussell393/5362e8a304ad82121d9f to your computer and use it in GitHub Desktop.
Ryan = {1: 'a',
2: 'b',
3: 'c',
4: 'd',
5: 'e',
6: 'f',
7: 'g',
8: 'h',
9: 'i',
10: 'j',
11: 'k',
12: 'l',
13: 'm',
14: 'n',
15: 'o',
16: 'p',
17: 'q',
18: 'r',
19: 's',
20: 't',
21: 'u',
22: 'v',
23: 'w',
24: 'x',
25: 'y',
26: 'z'}
print Ryan[14].upper() + Ryan[15] + Ryan[23] + ' ' + Ryan[25] + Ryan[15] + Ryan[21] + ' ' + Ryan[1] + Ryan[18] + Ryan[5] + ' ' + Ryan[20] + Ryan[8] + Ryan[5] + ' ' + Ryan[4] + Ryan[9] + Ryan[3] + Ryan[20] + Ryan[9] + Ryan[15] + Ryan[14] + Ryan[1] + Ryan[18] + Ryan[25] + '.'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment