Source Code:
(back to article)
a = 5 b = 2 c = a > b print(c) # Output: True
Result:
Report an issue