How-to articles, tricks, and solutions about BOOLEAN-EXPRESSION
Python `if x is not None` oder `if not x is None`?
Die richtige Art, in Python zu überprüfen, ob eine Variable x nicht None ist, besteht darin, if x is not None zu verwenden.