From 2aa145f8b1e55a909e578288b7678d1626470d19 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 15 Jan 2022 14:54:54 +0800 Subject: [PATCH] save project --- diy1.py | 19 +------------------ quiz.py | 6 +++++- 2 files changed, 6 insertions(+), 19 deletions(-) diff --git a/diy1.py b/diy1.py index 7d7dcce..9db9b0e 100644 --- a/diy1.py +++ b/diy1.py @@ -3,24 +3,7 @@ #print(list_hero) # 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典 dict_hero={"de":} -print(dict_hero) - - - - - - - - - - - - - - - - - +print(dict_hero)) diff --git a/quiz.py b/quiz.py index 85aa09a..40712cc 100644 --- a/quiz.py +++ b/quiz.py @@ -2,4 +2,8 @@ list_hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89,'周亮',98] dict_hero = {'赵一':30,'丁二':37,'孙五':52,'王猛':89,'周亮':98} print(len(list_hero)) -print(len(dict_hero)) \ No newline at end of file +print(len(dict_hero)) + + + + -- libgit2 0.25.0