html_and_vue/test.py

5 lines
60 B
Python

tlist = []
tlist.insert(0,'abc')
print(tlist)
print(123456)