Advertisement
rony2605

Jogo 5 numeros

Mar 13th, 2013
2,476
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PyCon 0.14 KB | None | 0 0
  1. print("Bem vindo caralho")
  2. g = input("Entre com o numero: ")
  3. guess = int(g)
  4. if guess == 5:
  5.     print("Vc acertou")
  6. else:
  7.     print("Vc errou")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement