Close
Close

Create a class 'Student' with rollno, studentName, course ,dictionary of marks(subjectName -> marks [5])

   dbdapython

Create a class 'Student' with rollno, studentName, course ,dictionary of marks(subjectName ->
marks [5]).
Provide following functionalities
A. initializer
B. override __str__ method
C. accept student data
D. Print student data for given id.
E. Print Student who has failed in any subject.
Write menu driven program to test above functionalities.( accept records of 5 students and store
those in list )


Answers

Ask Yours
Post Yours
Write your answer