DekGenius.com
Home
(current)
Dictionary
BOOKS
LYRICS
CHORD
SCRIPT & CODE EXAMPLE
Karaoke language
Search
Go
SCRIPT & CODE EXAMPLE
CODE EXAMPLE FOR PYTHON
python dictionary with list
dictionary = {"one": [1, 2, 3, 4, 5], "two": "something"} print(dictionary["one"][2]) 3
PREVIOUS
NEXT
Tagged:
#python
#dictionary
#list
ADD COMMENT
Topic
COMMENT
Name
2+5 =
Submit