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