Skip to content

Commit

Permalink
Update and rename Indhu_Subash.py to Indhu.py
Browse files Browse the repository at this point in the history
  • Loading branch information
joegeorge022 authored Dec 20, 2024
1 parent d6dc041 commit 3c18b6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Day-16/Indhu_Subash.py → Day-16/Indhu.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@

for student, grades in student_grades.items():
average = sum(grades) / len(grades)
print(f"{student}'s Average Grade: {average:.2f}")
print(f"{student}'s Average Grade: {average:.2f}")

0 comments on commit 3c18b6b

Please sign in to comment.