Which of the following function convert a string to a float in python ?
Which of the following function convert a string to a float in python ? Correct Answer float (x)
float(x) − Converts x to a floating - point number.Which of the following function convert a string to a float in python ? Correct Answer float (x)
float(x) − Converts x to a floating - point number.