Run
x = [] x.append('apple') x.append('banana') x.append('cherry') print(x)
Output