top of page
  • blamtelpostcontsa

Python-program-to-calculate-total-marks-percentage-and-grade-of-a-student

Jun 25, 2019 — In this program, we are taking student name, roll number and marks in 5 subjects and calculating student's grade based on the percentage and printing the all details. ... __total =x def calculatePercentage(self): self.__per=self ...












python-program-to-calculate-total-marks-percentage-and-grade-of-a-student


# Python Calculate Grade based on Marks in n Subjects # ----codescracker.com--​-- mark = [] tot = 0 print("Enter Number of Subjects: ") subNo = int(input()) print(" ... 3925e8d270





1 view0 comments

Recent Posts

See All
bottom of page