def f(): a = 12 if some_cond: b = 1 c = foo(boo(a) + 123 * b) print('hello') In: a b Out: