Advertisement
Korotkodul

tr10.n1

Jun 10th, 2023
468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. a1 = 5 + 21
  2. a2 = 13 + 3 + 30
  3. a3 = 53 + 2
  4. a4 = 8
  5. a6 = 39
  6. s = a1 + a2 + a3 + a4  + a6
  7. s -= (3 + 53)
  8. print(s)
  9. #118
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement