Computer Science, asked by kumarkaean38, 4 months ago

Which of the following
function convert a string to a
float in Python?​

Answers

Answered by rishabhkumar7584
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 jackiemehra20
0

Your question's answer is option C (float(x)).

Similar questions