Computer Science, asked by mamathasuresh77, 5 months ago

12. Write the output for the following
Python statement *
x=10
z=float (x)
print (x+3, x, z)
0
13,10,10
O 13,10,10.0
O ,
10, 10, 10.0​

Answers

Answered by madhalaimuthucharlas
0

Answer:

Answer is 13, 10, 10.0

Explanation:

x+3 = 13

x = 10

y=10.0

Similar questions