Q:

Which command is used to add an element in the list

0

Which command is used to add an element in the list


  1. list.sum(5)
  2. list1.add(5)
  3. list1.append(5)
  4. list.addelement(5)

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

Correct Answer:

list1.append(5)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Python Multiple Choice Questions And Answers

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Output of 7^10 is... >>
<< What is the output? 5...