Computer Science, asked by prakashap26, 2 months ago

Which of the following is an incorrect statement for adding an item in the numbers list in a Python program?

Numbers.insert(1, ‘sixteen’)

Numbers.add(1, ‘sixteen’)

Numbers.append(‘sixteen’)

all of these​

Answers

Answered by kesiamerinmathew
0

Explanation:

All of these but l am not sure.

Similar questions