correct the code and find the output a = 10 b = 20 c = a+b print ("The output is", c)
Answers
Answered by
2
The code is a=10, b=20, c= 30
Similar questions