Computer Science, asked by oOLillyrroseOo, 1 month ago

Which command do we use to add an element to a list? *

1). list1.add(3)

2). list1.append(3)

3). list1.addlast(3)

4). list1.addend(3)

Answers

Answered by neha19789
1

Answer:

Which command do we use to add an element to a list?

2). list1.append(3)

Answered by anshika4365
1

Explanation:

2) List1.append(3).

Hope the answer help u.

Similar questions