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