Computer Science, asked by saiswastiparija1558, 7 months ago

Write corresponding python for the following mathematical expressions a²+b²+c²

Answers

Answered by yashsaxena8055
0

Answer:

a=10

b=20

c=30

print(a*a + b*b + c*c)

Similar questions