9. Consider the following code segment..
a=input ()
b=int(input())
c=a+b
print(c)
when the program in run, the user first enters 10 and then 5,it gives error. Find the error,its reason and correct it.
Answers
Answered by
2
Answer:
here the answer is c=a+b
Similar questions