Files
kattis/addtwonumbers.py
2023-06-23 22:46:17 +02:00

2 lines
38 B
Python

print(sum(map(int, input().split())))