Computer Science, asked by parasthelegend, 6 months ago


- The record of a student Name, Roll No, Marks in five subjects and percentage of marks is stored in
the following list:
stuRecord = ('Ritwik', 5, [67,78,95,43,69], 70.4]
Write python statements to retrieve the following information from the list stuRecord:
a) Percentage of the student
b) Marks in the second subject
c) Minimum marks of the student
d) Name of the Student​

Answers

Answered by nagorimohdrashid
0

a. 84.48 %

b. 78

c. 67

d. Ritwik 5

Similar questions
Math, 3 months ago