Add Two Numbers

This commit is contained in:
2023-06-23 22:46:17 +02:00
parent 175c7ba952
commit 128f66a49c

1
addtwonumbers.py Normal file
View File

@@ -0,0 +1 @@
print(sum(map(int, input().split())))