def func(): value = "not-none" # noinspection SomeInspection if value is not None: pass else: print("None") print(value)