Get your own Python server Result Size: 625 x 565
x
 
x = str(3)
y = int(3)
z = float(3)
print(x)
print(y)
print(z)
3
3
3.0