From 3431d36bd5b4479ff5567c365f6a2783d41918fd Mon Sep 17 00:00:00 2001 From: Cori Date: Wed, 22 May 2024 10:31:52 +0800 Subject: [PATCH] new test --- test.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/test.py b/test.py index 5309360..60b5b0d 100644 --- a/test.py +++ b/test.py @@ -1,3 +1,5 @@ tlist = [] tlist.insert(0,'abc') -print(tlist) \ No newline at end of file +print(tlist) + +print(123) \ No newline at end of file