diff --git a/diy1.py b/diy1.py index d3313bd..3a8013e 100644 --- a/diy1.py +++ b/diy1.py @@ -1,2 +1,2 @@ -dict_hero = {'张三':37,'':52,'李四':89,'王五':98} +dict_hero = {'张三':37,'李四':89,'王五':98} print(dict_hero) \ No newline at end of file