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