Python program that has a class named Student that stores the student name, roll number, and marks

preview_player
Показать описание
Python program that has a class named Student that stores the student name, roll number, and marks in three subjects

Write a Python program that has a class named Student that stores the student name, roll number, and marks in three subjects. Display the student information (Roll No, Name and Total Marks scored)

17CS664
18CS752
Рекомендации по теме
Комментарии
Автор

Sir here if I want to create multiple instances like s1, s2, s3 .. then what is the changes how it takes

suryavardhan
Автор

good morning sir, nicely u explained, , same program i did it in pycharm there is no error but output is not showing.why sir

navyan
Автор

Write a function that takes 2 arguments, a list of tuples and a string containing the name
of a department. Each tuple in the string will contain the name, department and
registration number of a student. The function should output the names and registration
numbers of all students in the list whose department matches the string argument. The
output should be displayed one student per line, sorted by registration number, in a neatly
formatted table. If there are no matches an appropriate message should be output. what is the code for this?

careereducation
Автор

Suppose we have 5 students how to extend students sir?
Syntax please:...

Ramyarocks
Автор

Nice, thanks, instead of appending, u can just put student.marks = [m1, m2, m3]

REB_frost
Автор

Thanks. This is clearly explained and understood

ayodelesunday
Автор

Can u show me how to do in python idle

ariskhant
Автор

I want those student whose marks > 65%.

rajjadav