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