IA1 Python QuestionBank
IA1 Python QuestionBank
Q10. Define list. List out the important features of the list and demonstrate how to add an
element to the list using the + operator, append( ), and insert ( ) methods.
Q11. Explain the importance of the following list methods:
remove( ) index( ) sum( ) count( ) pop( ) reverse( ) sort( )