From 97ba9e8e61398d18a95539a784145aa165c95712 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 28 Jan 2024 16:31:43 +0800 Subject: [PATCH] save project --- diy1.py | 1 + 1 file changed, 1 insertion(+) diff --git a/diy1.py b/diy1.py index 9c537da..920d2ce 100644 --- a/diy1.py +++ b/diy1.py @@ -10,4 +10,5 @@ # print(list_hero) # 请注释掉上面的代码,并在下一行创建一个名为dict_hero的字典 dict_hero={'猴三':10,'猴五':12} +dict_hero['猴七']=120 print(dict_hero) -- libgit2 0.25.0