From 5f459cb990ae6fc665cc4bc2fd648a14052aad06 Mon Sep 17 00:00:00 2001
From: BellCodeEditor <bellcode_dev@bell.ai>
Date: Sat, 18 Dec 2021 10:35:33 +0800
Subject: [PATCH] save project

---
 quiz.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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