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