From f20bde0bc61ae019883c77ca448035658598385f Mon Sep 17 00:00:00 2001 From: BellCodeEditor <bellcode_dev@bell.ai> Date: Sat, 25 May 2024 11:09:42 +0800 Subject: [PATCH] auto save --- diy.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/diy.py b/diy.py index 547af1c..52a8f38 100644 --- a/diy.py +++ b/diy.py @@ -1,3 +1,4 @@ -a=["刘备","关羽","张飞"] +a=["刘备","关羽","张飞",'sb'] a[0]="关羽" -a[1]="刘备" \ No newline at end of file +a[1]="刘备" +a.pop='sb' \ No newline at end of file -- libgit2 0.25.0