x = float(1) y= float(2) z= str(7) print(x,y,z) print(type(z))