Convert Float number : Float Function : Buildin Function : Python examples (example source code) Organized by topic

C++
PHP
Python


Python  »  Buildin Function   » [  Float Function  ]  Screenshots 
 



Convert Float number




print str(3.1415)float("1.5")

text = "1.234E-10"
print float(text)



           
       
Related examples in the same category
























Home| Contact Us
Copyright 2003 - 04 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.