From b4920e262c22dc692d96bb22e5322e3fae981371 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 3 Dec 2022 09:33:54 +0800
Subject: [PATCH] auto save

---
 quiz.py | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/quiz.py b/quiz.py
index 14b3410..12176c7 100644
--- a/quiz.py
+++ b/quiz.py
@@ -1,6 +1,2 @@
 # 下面的这段代码一共有5处错误,每一行都有一种典型的语法错误,请修改~
-for i in range(1,8)
-    print('克洛诺斯将第' + str(i) + '个孩子吞进肚子里')
-    if i = 5:
-    break
-print('第6个孩子宙斯逃过一劫。)
\ No newline at end of file
+print("我"+23+"是")
\ No newline at end of file
--
libgit2 0.25.0