write a program in python to obtain 3 numbers and print their sum.
Answers
Answered by
57
x=20
y=30
z=15
a=(x+y+z)
print(a)
there u go
Similar questions