Calculate Average Marks of Students

This code takes input from the user for the number of students and their respective marks, then calculates and displays the average marks.

Incrementing Elements in a List

Learn how to increment the elements of a list in Python. See the effect of passing a list as a parameter to a function and modifying it.