← Back to List
10822번: 더하기 ↗
Solutions
Python 3
49 B | 49 chars
L=list(map(int,input().split(","))) print(sum(L))