Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Python Code, why did only the last student's score get out put? Can you help me fix it please? ******University System******* Enter semester and year
Python Code, why did only the last student's score get out put? Can you help me fix it please?
******University System******* Enter semester and year for which you are creating courses: Fall 2023 Entering course information Enter course name: CIS 365 Enter grading categories for CIS 365 5 letter max Category name: PE Enter total points for a single PE: 100 Do you have more categories to enter (Y/N)? Y Enter grading categories for CIS 365 5 letter max Category name: Quiz Enter total points for a single Quiz: 100 Do you have more categories to enter (Y/N)? n 0 Add another course (Y/N)? n Add students to CIS 365 course How many students do you want to enroll? 3 Enter student first and last name: ABD ABD Enter earned points for PE: 100 Enter earned points for Quiz: 46 Enter student first and last name: BSD bSD Enter earned points for PE: 50 Enter earned points for Quiz: 69 Enter student first and last name: ASD ASD Enter earned points for PE: 50 Enter earned points for Quiz: 70 0 Course Information for Fall 2023 Course 37822 - CIS 365 has 3 students: ABD, ABD - BSD, SD - ASD, ASD - PE: 50 / 100, Quiz: 70 / 100, Process finished with exit code 0
Step by Step Solution
★★★★★
3.45 Rating (155 Votes )
There are 3 Steps involved in it
Step: 1
Python version 36 Python program to create a system to store scores of students for a partcular semester in an university import random import os create an empty list of courses courses Course class c...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 Started