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