3. Define a function named STD_AVG and create in it a new file and add this content to it: 64 Ali 10 5 6 Emma 9 8 10 Rub
Posted: Wed Apr 27, 2022 5:01 pm
3. Define a function named STD_AVG and create in it a new file and add this content to it: 64 Ali 10 5 6 Emma 9 8 10 Ruba 10 10 9 19 1. Find out the avg for each studen in the text file and print it. 2. After that enter a name and make the program return the student avg. If the name exists then return " student name" with his/her avg, otherwise return "student not found"