Define a class Student that keeps track of the academic record of students in a school. The class should contain the following instance data members: rollNo: Roll number of the student name: Student...


Define a class Student that keeps track of the academic record of students in a school.
The class should contain the following instance data members:
rollNo: Roll number of the student
name: Student name
classSection: class and section of the student
marksList: List of marks in five subjects
The class should support following methods:
__init__ for initializing the data members
setMarks to set marks for five subjects
computeTotal for returning the total of the marks
__str__ that display information about an employee
Include assert statements in appropriate functions to ensure that the marks in the marksList are >= 0 and <=>
Also write statements for the following:
• create an object S1 of this class for Rajesh of IX C having roll no. as 19 and marks
as 92, 96, 83, 97 and 91.
• display the details of this student using __str__ function




(Question of python)



Jun 06, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here