Files
project/main.py
2025-12-15 00:04:01 +05:00

5 lines
73 B
Python

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