simeonshopov

Leo Oscars

Nov 20th, 2019
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.29 KB | None | 0 0
  1. number = int(input())
  2.  
  3. if number == 88:
  4.   print('Leo finally won the Oscar! Leo is happy')
  5. elif number == 86:
  6.   print('Not even for Wolf of Wall Street?!')
  7. elif number < 88 and number != 86:
  8.   print('When will you give Leo an Oscar?')
  9. elif number > 88:
  10.   print('Leo got one already!')
Advertisement
Add Comment
Please, Sign In to add comment