Source Code:
(back to article)
x = 0 if 2 == 3 else 1 print(x)
Result:
Report an issue