From 0cf6951b6023d241084fe410a3ee16e7ae91626e Mon Sep 17 00:00:00 2001 From: Cori Date: Wed, 22 May 2024 10:48:20 +0800 Subject: [PATCH] new test2 --- test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test.py b/test.py index 60b5b0d..3236c15 100644 --- a/test.py +++ b/test.py @@ -2,4 +2,4 @@ tlist = [] tlist.insert(0,'abc') print(tlist) -print(123) \ No newline at end of file +print(123456) \ No newline at end of file