Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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 statementsStep by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started