main
Cori 2024-05-22 10:31:52 +08:00
parent 461f56141e
commit 3431d36bd5
1 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
tlist = []
tlist.insert(0,'abc')
print(tlist)
print(tlist)
print(123)