Login
Remember
Register
Ask a Question
Which of the following function convert a string to a float in python?
0
votes
asked
Feb 11, 2020
in
Python
by
rahuljain1
Which of the following function convert a string to a float in python?
int(x [,base])
long(x [,base] )
float(x)
str(x)
#python-string
Python-questions-answers
Please
log in
or
register
to answer this question.
0
Answers
...