From db4fbfa6634ccb804e7328c28899f76835dd4e4e Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 20 Feb 2022 17:00:39 +0800 Subject: [PATCH] save project --- quiz.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/quiz.py b/quiz.py index d4ec387..f7218d6 100644 --- a/quiz.py +++ b/quiz.py @@ -2,5 +2,7 @@ list_hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89,'周亮',98] dict_hero = {'赵一':30,'丁二':37,'孙五':52,'王猛':89,'周亮':98} dict_hero["赵一"]=200 +dict_hero["赵一"]=300 +dict_hero["丁sa"]=29 print(len(list_hero)) print(dict_hero) \ No newline at end of file -- libgit2 0.25.0