Andrew Malloch
 
 
No information given.
Currently Offline
Comments
emitree_ 27 Sep, 2012 @ 10:38am 
Yo man need your help with some python, got a task to create an encyption that shifts the value of the alphabet (ceasar) whats wrong with this? shift = raw_input ("Enter a value to shift the alphabet...")
alphaDict = {}
alphaList = []
alpha = 'a','b','c','d','e','f','g','h','i','j','k','l','m','n','o','p','q','r','s','t','u','v','w','x','y','z'
for letters in alpha:
alphaList.append(letters)
for letters in alphaList:
letters = letters + shift