Advertisement
HuanMatus

Untitled

Mar 14th, 2022
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. s = int(input())
  2. n = 80
  3. while n >= s:
  4. s = s + 3
  5. n = n - 5
  6. print(n)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement