10-11-2009, 12:21 AM
I there a way I can do something like:
raw_input("Say something: ")
The person would then type:
Hello
Is there a way to make
x= the first letter(in this case h)
y= the second letter(in this case e)
And so on...?
raw_input("Say something: ")
The person would then type:
Hello
Is there a way to make
x= the first letter(in this case h)
y= the second letter(in this case e)
And so on...?