Question to b. tech students .....
give me some basic code of python language
Answers
Answered by
4
#Basic code of python
A = int(input("Enter number"))
B = int(input("Enter number"))
S = A+B
print("Sum=", S)
Similar questions