예제 #1
0
 def _():
     nonlocal a
     a = True
     fail()
예제 #2
0
 def _():
     nonlocal a
     fail()
     a = True
예제 #3
0
 def _():
     nonlocal b
     b = True
     fail()
예제 #4
0
 def _():
     fail()