Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- guess = input("guess my name ")
- count = 0
- while guess != "Martin":
- guess = input("wrong - guess again ")
- count = count + 1
- print("well done")
- print ( " you guess wrong " + str(count) +" times." )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement