Computer Science, asked by MonlyURSbby, 15 hours ago

what is list? write down the different methods of list.​

Answers

Answered by rihanamaharjan5b
0

Answer:

append(): Used for appending and adding elements to List.It is used to add elements to the last position of List. Syntax: list.append (element)

insert(): Inserts an elements at specified position. Syntax: list.insert(<position, element)

extend(): Adds contents to List2 to the end of List1.

Answered by SHAD0W0W
0

Answer:

Mark me as brainliest please

Explanation:

Mark me as brainliest

ul list

ol list

definition list

and many more

Similar questions