Skip to navigation
Add an item to the beginning of the list in python
07.12.13
a = ['b','c','d'] a.insert(0, 'a') print str(a)
http://www.finbr.com/q/add_item_to_the_beginning_of_array_in_python
Reply
Anonymous
Information Epoch 1752792525
Think parallel.
Home
Notebook
Contact us