aList = [123, 'abc', 4.56, ['inner', 'list'], 7-9j]anotherList = [None, 'something to see here']print aListprint anotherListaListThatStartedEmpty = []print aListThatStartedEmptyprint list('foo')
Name (required)
email (will not be published) (required)
Website