Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # laco decisao
- x = 2
- if x > 2:
- print("Maior do que 2")
- print("Fiz o teste 1")
- else:
- print("Nao eh maior do que doise")
- print("Fiz o teste 2")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement