40.7k views
2 votes
float('3.66') converts the string "3.5" to a float. Which statement is true? You need to import the float() method from the math module. When you first open IDLE, you can use the float() function. You need to import float() from the random module. There is no float() function. You need to write your own.

User Sadik
by
3.5k points

1 Answer

9 votes

Answer:

When you first open IDLE, you can use the float() function

Step-by-step explanation:

i bellive this is the rigtht anser but i am not 100%

User Stofl
by
3.6k points