a = 1 b = 2 c = 3 a b # c is not used d # not defined try: pass except E1: pass try: pass except E2 as ex: ex with C1: pass with C2 as ctx: ctx