To add a new element to a list we use which command?
To add a new element to a list we use which command? Correct Answer list1.append(5)
We use the function append to add an element to the list.
মোঃ আরিফুল ইসলাম
Feb 20, 2025