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