Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribed

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

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Securing SQL Server Protecting Your Database From Attackers

Authors: Denny Cherry

2nd Edition

1597499471, 978-1597499477

Students also viewed these Databases questions

Question

Find out which service best suits the customer and recommend it.

Answered: 1 week ago