PYTHON CIRCLE
Practice
Python Books
Archive
Subscribe
Login
Menu
Login
Practice
Python Books
Archive
Subscribe
Blog available for sell
This blog is available for sale. Please 'contact us' if interested.
Advertise with us
Python Multiple Choice Questions
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)
Show Answer
Next Question
Correct Answer:
B
Explanation: We use the function append to add an element to the list.
© 2024-2025 Python Circle
Contact
Sponsor
Archive
Sitemap