html_and_vue/test.py

3 lines
45 B
Python

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