**Python Program to Perform Operations on a List of Student Names**
OOP
Easy • 0 votes
📝 Question
Write a Python program to create a list of student's names and perform following operations on it.
i. Append Name in a list.
ii. Display list in sorted order.
iii. Count the total number of students in the list.
iv. Display the last 3 names of a list.