From 6c28e844cce0ca21b29271ea4413fb5d2c5a6ee0 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 9 Jul 2022 14:58:56 +0800 Subject: [PATCH] save project --- diy1.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/diy1.py b/diy1.py index 3a6f0d3..460dd02 100644 --- a/diy1.py +++ b/diy1.py @@ -12,4 +12,6 @@ print(list_hero)''' dict_hero={'猴三':10,'猴一':21,'猴五':22,'猴队长':29,'猴七':30} print(dict_hero) dict_hero['猴队长']=32 -print(dict_hero['猴队长']) \ No newline at end of file +print(dict_hero['猴队长']) +dict_hero['猴十']=25 +print(dict_hero) \ No newline at end of file -- libgit2 0.25.0