html_and_vue/test.py

3 lines
45 B
Python
Raw Normal View History

2023-11-07 09:28:34 +00:00
tlist = []
tlist.insert(0,'abc')
print(tlist)