Question: Write a Python code that reads from the user the first and last names of 2 students and then reads from the name and
Write a Python code that reads from the user the first and last names of 2 students and then reads from the name and scores out of 100 in 3 courses for each student. Then the program will calculate the average for each student. If the student's average is >= 90, the student gets excellent, if the average is >= 80, the student gets very good, other than that the student gets good. Sample output: Student 1 first name is xxxxx and their last name is XXXXX. Student 1 scored score1 in coursel, score2 in course2, and score3 in course3. Student average is xxxxx which is xxxxxX
Step by Step Solution
3.37 Rating (156 Votes )
There are 3 Steps involved in it
Heres a Python code that accomplishes this task using functions to make it more organized and readab... View full answer
Get step-by-step solutions from verified subject matter experts
