Home
get length: len(dict)
list = [10, 20, 30]
Lists are used to store multiple items in a single variable.
dict = { "a": "abc", "year": 1986 }