def foo(c): x = 1 if c: print(1) # Comment return x