Update p07_ordered_dict.py
Modify wrong retract code
This commit is contained in:
@@ -7,7 +7,7 @@ Desc :
|
||||
|
||||
from collections import OrderedDict
|
||||
|
||||
def ordered_dict():
|
||||
|
||||
d = OrderedDict()
|
||||
d['foo'] = 1
|
||||
d['bar'] = 2
|
||||
|
||||
Reference in New Issue
Block a user