Advertisement
Den354

task_1_25.py

Feb 2nd, 2018
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.06 KB | None | 0 0
  1. a = input()
  2. b = input()
  3. c = input()
  4. print(len(a)+len(b)+len(c))
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement