¿Cuál es el tipo de dato de la variable z en el siguiente código?
z
x = 5 y = 2 z = x / y print(type(z))
bool
float
int
str