Respuesta :

Answer:

To convert the integer to float, use the float() function in Python. Similarly, if you want to convert a float to an integer, you can use the int() function.

Answer: To convert the integer to float, use the float() function in Python. Similarly, if you want to convert a float to an integer, you can use the int() function.