Den354

task_1_19.py

Feb 1st, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. a = int(input())
  2. b = int(input())
  3. if a>8 and b>8:
  4. print(a*b)
  5. elif a<5 or b<5:
  6. print(a+b)
Advertisement
Add Comment
Please, Sign In to add comment