← Back to List
10821번: 정수의 개수 ↗
Solutions
Python 3
32 B | 32 chars
a=input() print(a.count(',')+1)