Advertisement
Spocoman

03. Leonardo DiCaprio Oscars

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