Which of the following
function convert a string to a
float in Python?
Answers
Answered by
0
Answer:
The answer is option C (float(x)). float(x) method converts x to a floating-point number. You can check out this Python Functions to learn more about data type conversions with examples.
Explanation:
hope it is useful for you and mark me brain list please please please please please
Answered by
0
Your question's answer is option C (float(x)).
Similar questions