Choose Category
my_list = [] my_list.append("Google") my_list.append("Apple") my_list.append("Microsoft") print(my_list)