Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- x =(int(input("Digite um valor para x: ")))
- if x==2:
- print("Dois")
- elif x==3:
- print("Tres")
- elif x== 4:
- print("Quatro")
- else:
- print("Qualquer numero difirete de dois tres ou quatro")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement