Source Code:
(back to article)
x = 5 if x: print("x is not None or False") else: print("x is None or False")
Result:
Report an issue