Computer Science, asked by shashwat5133, 10 months ago

write a program in python to obtain 3 numbers and print their sum.​

Answers

Answered by Kartikgenius09
57

x=20

y=30

z=15

a=(x+y+z)

print(a)

there u go

Similar questions