python loops list code example Example: Python Loop Lists thislist = ["apple", "banana", "cherry"] for x in thislist: print(x)