Files
kattis/ovissa.py
2023-10-16 21:07:55 +02:00

3 lines
34 B
Python

s = input().strip()
print(len(s))