Advertisement
Mori007

Guestcorrectly

May 4th, 2019
137
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. guess = input("guess my name ")
  2.  
  3. while guess != "Martin":
  4. guess = input("wrong - guess again ")
  5. count = 0
  6. count += 1
  7. print("well done your guess correct", str(count))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement