Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- guess = input("guess my name ? ")
- how_many = 1
- while guess != "Martin":
- guess = input("Wrong - guess again ")
- how_many +=1
- print("Well done you guessed in " + str(how_many))
Advertisement
Add Comment
Please, Sign In to add comment