Computer Science, asked by dharshukutty28, 5 hours ago

list manipulation
Sanjay created a list of students a=[“Anand”, “Brijesh”, “Charles”, “Vishnu”, “Kishore”, “Sujith”, “Karan”, “Rishab”] Write the commands for the following :
(1) Remove the name “Kishore”
(2)Add the name “Nithin” at the 5th position (3)Count the number of students in the list (4)Add the name “Yuvitha” at the end of the list​

Answers

Answered by rmanokaranvidhya3324
0

Answer:

hrhr e eye e e ev e eye e

Explanation:

xbdhhdbdb send hdjdbd dbs

Answered by jharanarout
1

Answer:

1) Sanjay created a list of students a=[“Anand”, “Brijesh”, “Charles”, “Vishnu” , “Sujith”, “Karan”, “Rishab”]

2) Sanjay created a list of students a=[“Anand”, “Brijesh”, “Charles”, “Vishnu”, “Nithin”, “Kishore”, “Sujith”, “Karan”, “Rishab”]

3) There are 8 students in the list.

4) Sanjay created a list of students a=[“Anand”, “Brijesh”, “Charles”, “Vishnu”, “Kishore”, “Sujith”, “Karan”, “Rishab”, “Yuvitha”]

Similar questions