Advertisement
Guest User

CODE 1

a guest
Nov 15th, 2019
290
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. l = print(list(1,10))
  2. total = 0
  3. for x in l:
  4. total = total + x
  5. print(total)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement