From 2f8c173578da3a57106c59f3781d0beed4ea9372 Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 16 Sep 2023 15:57:51 +0800 Subject: [PATCH] auto save --- func.py | 7 ------- 1 file changed, 7 deletions(-) diff --git a/func.py b/func.py index 7321dad..e69de29 100644 --- a/func.py +++ b/func.py @@ -1,7 +0,0 @@ -a=[] -while True: - b=input("请输入:") - if b=='q': - break - else: - a.append(b) \ No newline at end of file -- libgit2 0.25.0