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