def foo(some_var): if some_var: print('w00t') else: print(42)