python how to access a list code example Example: Python - Access List Items thislist = ["apple", "banana", "cherry"] print(thislist[1])