XJTU_Python/test/1/2.py

3 lines
46 B
Python

a, b = map(float, input().split())
print(a+b)