Computer Science, asked by parthdawer1234, 2 months ago

a=10

b=20

a+b=c

print(c)

what's wrong in it? And its from python

Answers

Answered by shivanshtripathi622
1

Answer:

C=30

A+B=C

10+20=30

C=30

Similar questions