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 scores
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 yoxxx and their last name is yoxyy. Student 1 scored score1 in course1, score 2 in course2, and score3 in course3. Student average is yxx which is yx
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
