Guest User

sum of 10 nums oneliner

a guest
Oct 27th, 2016
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. print(sum([int(input()) for i in range(0, 10)]))
Advertisement
Add Comment
Please, Sign In to add comment