Question: Hello i need this code in python language, Thank you so much Create a students attendance system using LIST to maintain the record for a
Hello i need this code in python language, Thank you so much

Create a students attendance system using LIST to maintain the record for a maximum of 52 students in a class. You need to maintain information about student id, student name, attendance date, student status (present/absent). Your system should have the following features: 1. Add a student (student id, student name) 2. Remove a student (student id, student name) a 3. Finding a student (student id) 4. Take student attendance (student id, attendance date, status (present/absent)) 5. Finding the maximum and minimum (student id) 6. Sorting the attendance as per (attendance date or status) 7. Total attendance percentage for a particular student. (student id, student name, % attendance) 8. Use concatenation to show attendance report on the screen (student id, student name, attendance date, student status (present/absent)) 9. Use of Commenting, indentation, variable & constant declaration best practices 10. Use of iterative and conditional statements
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
