Advertisement
Alinchik

Untitled

Jul 12th, 2019
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.05 KB | None | 0 0
  1. x = input()
  2. s = 0
  3. for i in x:
  4.     s+=int(i)
  5. print(s)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement