Fix 10_del.py syntax

This commit is contained in:
rocky 2017-12-05 22:50:21 -05:00
parent 7c58f8b41d
commit e064791870
8 changed files with 3 additions and 0 deletions

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -25,8 +25,11 @@ def foo():
global e
del e
z = {}
def a():
b =1
global z
del z
def b(y):
global z