Computer Science, asked by Padmalochana09, 2 months ago

output for
>>>a=10
b=20
c=a+b
Print(''the sum of a and b is'', c)
Ans _____________



Python​

Answers

Answered by stech4uonline
0

answer is 30

sum of 10,20is 30

Explanation:

a+b= 10+20=30

Similar questions