Respuesta :

Answer:

                    Number Type Conversion

   First: Type int(x) to convert x to a plain integer.

   Second: Type long(x) to convert x to a long integer.

   Third: Type float(x) to convert x to a floating-point number.

   Fourth: Type complex(x) to convert x to a complex number with real part x and imaginary part zero.

Explanation: