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
Step: 1
Heres a Python code that accomplishes this task using functions to make it more organized and readab...Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get StartedRecommended Textbook for
Introduction To Statistics And Data Analysis
Authors: Roxy Peck, Chris Olsen, Jay L. Devore
3rd Edition
0495118737, 9780495118732
Students also viewed these Programming questions
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
Question
Answered: 1 week ago
View Answer in SolutionInn App