write python statements to do the following tasks
1. create a list that contains the names of 5 students of your class
2. add one more name to the list of 5 students
3. delete the first name from the list of students.
Answers
Answered by
7
Answer:
names = ['Ralph', 'Alex', 'John', 'Lisa', 'Shawn']
names.append('Jamie')
del names[0]
Answered by
1
Answer:
sbhxhdhjdjdjidjejidnsjsjsujsndjdjdjidnrkroduhdo
Similar questions