Hello Everyone!
I am new to Python, this is my second project. I am trying to make a program that will take a users input and then output the words into the format where A = 1, B = 2, C =3 ... and so on. I want to start this basic just to get my feet wet before I plunge in. Though I'm having a few problems, I think right now it is a problem with the input:
test = raw_input(">")
test = test2.replace('a', '1')
print test2
Help would be most appreciated!
Austin Jackson