3 lines
45 B
Python
3 lines
45 B
Python
|
tlist = []
|
||
|
tlist.insert(0,'abc')
|
||
|
print(tlist)
|