Run
my_list = [52, 41, 63] my_list.append(98) print(my_list)
Output