Examveda

To add a new element to a list we use which command?

A. list1.add(5)

B. list1.append(5)

C. list1.addLast(5)

D. list1.addEnd(5)

Answer: Option B


This Question Belongs to Python Program >> Lists In Python

Join The Discussion

Related Questions on Lists in Python