The following operations were performed: numbers = [1, 2, 3] numbers.append(numbers) Select the form of the numbers list.
Questions & Answers › Category: Python › The following operations were performed: numbers = [1, 2, 3] numbers.append(numbers) Select the form of the numbers list.