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