From 43edfb54114d1f68dfc22af5c66930d852f6b81e Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Tue, 26 Jan 2021 15:06:55 +0800
Subject: [PATCH] save project

---
 词汇.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git "a/\350\257\215\346\261\207.py" "b/\350\257\215\346\261\207.py"
index a34bf8f..0100067 100644
--- "a/\350\257\215\346\261\207.py"
+++ "b/\350\257\215\346\261\207.py"
@@ -1,4 +1,5 @@
 list_hero=['赵一',30,'王三',40,'张三',50]
 dict_hero={'赵一':30,'王三':40,'张三':50}
 print(len(list_hero))
-print(len(dict_hero))
\ No newline at end of file
+print(len(dict_hero))
+print(dict_hero)
\ No newline at end of file
--
libgit2 0.25.0