Q. Which of the following functions converts a “string” to a “float”? (A) int(x [,base]) (B) float(x) (C) str(x) (D) long(x [,base]) ποΈ Show Answer π¬ Discuss π Share β‘Menu β Correct Answer: (B) float(x) Explanation: float(x) – Convert x to floating point number.