Computer Science, asked by YOURDADPRODUCTION, 1 day ago

Create a list and print first, last item of list, length of list. [ PYTHON ]​

Answers

Answered by pranav96743
0

Explanation:

Method #1 : Using list index. Using the list indices inside the master list can perform this particular task. ...

Method #2 : Using List slicing. ...

Method #3 : Using list comprehension.

Similar questions