My issue
What will be the output of this code, if the user enters 5 and 9?
a = int(input())
b = int(input())
print(a, b, a + b)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone
What will be the output of this code, if the user enters 5 and 9?
a = int(input())
b = int(input())
print(a, b, a + b)
Learning course: Learn Python
Problem Link: CodeChef: Practical coding for everyone