def foo(arg): if not arg: return None print("working") return arg foo(1)