DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python list add first
# list.insert(before, value) list = ["a", "b"] list.insert(0, "c") print(list) # ['c', 'a', 'b']
PREVIOUS
NEXT
Tagged:
#python
#list
#add
ADD COMMENT
Topic
COMMENT
Name
3+7 =
Submit