Advertisement
Aksyo

Untitled

Sep 11th, 2022
857
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.10 KB | None | 0 0
  1. t = int(input('t = ?'))
  2.  
  3. c = 20
  4.  
  5. if t > 5:
  6.     c += (t - 5)*10
  7.  
  8. print('{} грн'.format(c))
  9.  
  10.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement