Sofya_Soloveva_

Untitled

Jul 5th, 2019
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. c = input()
  2. x1 = int(c[0])
  3. x2 = int(c[1])
  4. x3 = int(c[2])
  5. s = x1 + x2 + x3
  6. print(s)
Advertisement
Add Comment
Please, Sign In to add comment