write a program in python to add two numbers without using input function
Answers
Answered by
0
Answer:
a = int(1+2)
print(a)
Similar questions