Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print("Bem vindo caralho")
- g = input("Entre com o numero: ")
- guess = int(g)
- if guess == 5:
- print("Vc acertou")
- else:
- print("Vc errou")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement