Answers for "input same line"

0

input same line

a, b = [int(x) for x in input().split()]
print(a+b)
Posted by: Guest on July-10-2021

Python Answers by Framework

Browse Popular Code Answers by Language