### Summary ```py if predicate(): a = 1 print(a) # expect an error that `a` is not bound in this scope ```
Summary