Prueba

You might also like

Download as txt, pdf, or txt
Download as txt, pdf, or txt
You are on page 1of 1

x = 1

x = x+3
x = x*2
y = x/3
z = x-y
print (z)
z= 5.333333333333334

You might also like