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