Computer Science, asked by lucaslgr689, 7 months ago

7. Consider the following list myList. What will be the elements of my list after each of the
following operations?
myst=[10,20 30 40]
a) my Lust appendi[50,60]
b) my List extend:[80,90])
What will
ufth​

Answers

Answered by swapnilnagargoje7499
4

Answer:

These solutions for Lists are extremely popular among Class 11 Commerce students for Computer science Lists Solutions come handy for quickly completing your ... What will be the elements of myList after the following two operations: ... ii. myList.extend([80,90]) ... The final output will be: [10, 20, 30, 40, [50, 60],80,90] ...

Similar questions