Buildin Function Python

print str(3.1415), float("1.5")
text = "1.234E-10"
print float(text)