what does list[:] do python code example Example: list in python thislist = ["apple", "banana", "cherry"] print(thislist[1])