Files
project/main.py
2025-12-15 00:16:29 +05:00

5 lines
60 B
Python

a = int(input())
b = int(input())
print(f"a + b is:{a+b}")