Converting a string to integer/float

I

Ikot

Hello,
I am stuck with a problem, might be very trivial, to ask here, but
dont find a way out. I read a string like 12345.678 from a text file,
which will be string for me, but how do I convert it into a float for
my use ?
Thanks
Ikot
 
P

Paul Rubin

I am stuck with a problem, might be very trivial, to ask here, but
dont find a way out. I read a string like 12345.678 from a text file,
which will be string for me, but how do I convert it into a float for
my use ?

s = '12345.678'
x = float(s)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,776
Messages
2,569,603
Members
45,188
Latest member
Crypto TaxSoftware

Latest Threads

Top