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)

Related questions

0 votes
asked Nov 15, 2020 in Python by rajeshsharma
0 votes
asked May 24, 2020 in Python by SakshiSharma
...