From 0301fe26e979418c2a85e53c0aba73d00ad5d94e Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 1 Oct 2022 11:24:17 +0800 Subject: [PATCH] save project --- quiz.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/quiz.py b/quiz.py index ddae380..d2827a9 100644 --- a/quiz.py +++ b/quiz.py @@ -2,5 +2,5 @@ for i in range(1,8): print('克洛诺斯将第' + str(i) + '个孩子吞进肚子里') if i == 5: - break -print('第6个孩子宙斯逃过一劫。) \ No newline at end of file + break +print('第6个孩子宙斯逃过一劫。') \ No newline at end of file -- libgit2 0.25.0