0 votes
in Python by
Which of the following function convert a string to a float in python?

int(x [,base])

 

long(x [,base] )

float(x)  

str(x)
...