Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # Version 1: http://pastebin.com/66EiM6ct
- print("Welcome!")
- g = input("Guess the number: ");
- guess = int(g)
- if guess == 5:
- print("You win!")
- else:
- print("You lose!")
- print("Game over!")
Advertisement
Add Comment
Please, Sign In to add comment