From 842d3d698ec8b778fb2d642c28ab9c18c3e22544 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 20 Jan 2024 11:14:48 +0800 Subject: [PATCH] save project --- quiz.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quiz.py b/quiz.py index 5dd7ba8..b78a34b 100644 --- a/quiz.py +++ b/quiz.py @@ -1,7 +1,7 @@ dict1={'name':"张三","age":18} -print(dictl['name']) -print(dictl['age']) +print(dict1['name']) +print(dict1['age']) dict1['age']=20 print(dict1) \ No newline at end of file -- libgit2 0.25.0