I'm working on a little project to learn Python, but I can't seem to get past the baby steps. Some iterations of my loop are behaving a little erratically, not catching certain letters and shifting them.
>>4
No, it's just I'm bisexual. Or asexual. does ABIsexual makes sense? Probably not. Does it matter? I don't even know why I write on this board anymore.
Name:
OP2011-06-28 13:27
Awesome, got it. Didn't realize it was catching the caps it had just modified as it was going through.
Name:
Anonymous2011-06-28 13:44
On the second level of the challenge and already asking for help? Just quit now OP.
from string import ascii_lowercase as alpha, maketrans
from sys import argv