Q1:Write output for the following code:a=4
b=6
c=a+b
print ("Result is: ", c)
Answers
Answered by
0
Answer:
Result is , 10
here is the output
Answered by
0
Answer:
if a=4 and b=6
then c=a+b
c=4+6
c=10
Similar questions