Computer Science, asked by bhagatrubi, 2 months ago

the function used to convert input into a float data type is called​

Answers

Answered by Anonymous
5

Explanation:

In Python an strings can be converted into a integer using the built-in int() function. ... But use of the int() function is not the only way to do so. This type of conversion can also be done using thefloat() keyword, as a float value can be used to compute with integers.

Similar questions