Cómo verificar el tipo de variable en Python
print(type(x))
Fine Finch
print(type(x))
var = 23.0
print(type(var)