Lists can be written as a list of comma-separated values (items) between square brackets.
a = ['spam', 'eggs', 100, 1234] print a