Source Code:
(back to article)
x = "hello" y = float(x) print(y)
Result:
Report an issue