Step-by-step explanation:
num1= print("Enter a number :")
num2 = print("Enter a number :")
sum = num1 + num2
print(sum)
1.6m questions
2.0m answers