Skip to content
Snippets Groups Projects
7.py 53 B
Newer Older
hacker717's avatar
hacker717 committed
a, b = [int(i) for i in input().split()]
print(a + b)