From 61b3ee879fd57446de4c62d1aa21d2f4bae246d0 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 15 Jun 2024 19:16:07 +0800 Subject: [PATCH] save project --- diy1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 6b6aa98..a51c120 100644 --- a/diy1.py +++ b/diy1.py @@ -1,2 +1,4 @@ dict_hero = {'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30} -print(dict_hero) \ No newline at end of file +print(dict_hero["猴队长"]) +dict_hero["猴队长"] = 100 +print(dict_hero["猴队长"]) \ No newline at end of file -- libgit2 0.25.0