Sofya_Soloveva_

Untitled

Jul 10th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. N = int(input())- 1
  2. m = int(input())*60
  3. k = 0
  4. while k != N:
  5.     m += 10
  6.     k += 1
  7. print(m)
Add Comment
Please, Sign In to add comment