Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- anos = int(input("Você tem quantos anos? "))
- if anos == 18:
- print("Você tem 18 anos")
- elif anos > 18:
- print("Você tem mais de 18 anos")
- else:
- print("Você é menor de idade")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement