|
Re: multiple values for one char
I am right in saying your asking for user input and then checking if it matches x.
You would set an array up, then loop through the array checking to see if the input form the user is equal to any of them.
Chris
__________________
Who said i couldn't program
sarcasm = raw_input('Type in a sarcastic remark: ')
print sarcasm
|