Lab8_PythonCSVFileHandling
Lab8_PythonCSVFileHandling
3. Reads the CSV file and prints each row to verify the data.
4. Calculates and prints the average grade of all students.
5. Appends a new student's information to the CSV file.
6. Reads the updated file and prints it again, verifying the new student entry.