08-13-2010, 07:51 PM
(This post was last modified: 08-13-2010, 07:53 PM by Daniel Faraday.)
(08-13-2010, 07:38 PM)ReaLiTy Wrote: thanks titan
but what does 'break' mean?
In my method I just set the variable as true.
The way he did it was the same thing except just stopping it from looping again.
Also replace the part that asks for input with this.
Code:
first = raw_input("\nPlease enter your gender: ").lower()
You set it where if the user inputs MALE it will say it's not a gender.