From 607f86b5aaf62a8cfb8c29cbbfd9f2949eb4e685 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sun, 13 Mar 2022 20:25:39 +0800 Subject: [PATCH] save project --- quiz.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quiz.py b/quiz.py index 4c7a045..960889d 100644 --- a/quiz.py +++ b/quiz.py @@ -1,4 +1,5 @@ dict_hero = {'赵一':30,'丁二':37,'孙五':52,'王猛':89,'周亮':98} dict_hero["郭六"]=100 print(dict_hero) -if "郭六" in (dict_hero["郭六"]) \ No newline at end of file +if "郭六" in (dict_hero["郭六"]): + print(dict_hero["郭六"]) \ No newline at end of file -- libgit2 0.25.0