Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- num = int(input())
- if num == 86:
- print('Not even for Wolf of Wall Street?!')
- elif num == 88:
- print('Leo finally won the Oscar! Leo is happy')
- elif num < 88:
- print('When will you give Leo an Oscar?')
- elif num > 88:
- print('Leo got one already!')
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement