Advertisement
Den354

task_1_21.py

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