Write a program in python to accept three number and print of the number
Answers
Answered by
2
Answer:
input(x)
input(y)
input(z)
print(x,y,z)
Similar questions