From 116400d3bbcf39a6045830f0b9db16c5475255f1 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 15 Jul 2023 09:36:48 +0800
Subject: [PATCH] save project

---
 quiz.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/quiz.py b/quiz.py
index a98c62a..f4df8c7 100644
--- a/quiz.py
+++ b/quiz.py
@@ -3,4 +3,4 @@ list_hero=['赵一',30,'丁二',37,'孙五',52,'王猛',89,'周亮',98]
 dict_hero = {'赵一':30,'丁二':37,'孙五':52,'王猛':89,'周亮':98}
 dict_hero['丁二']=10000000000
 print(len(list_hero))
-print(len(dict_hero))
\ No newline at end of file
+print(dict_hero)
\ No newline at end of file
--
libgit2 0.25.0