Sofya_Soloveva_

Untitled

Jul 10th, 2019
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.07 KB | None | 0 0
  1. C = input()
  2. s = 0
  3. for i in range(6):
  4.     s += int(C[i])
  5. print(s)
Add Comment
Please, Sign In to add comment