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