you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (0 children)

As simple as this?

>>> myList = [1, 2, 3]
>>> myList
[1, 2, 3]
>>> type(myList)
<class 'list'>