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
0
Explanation:
All of these but l am not sure.
Similar questions