Question: 1.Write a series of Python code that does the following: ( please write the following codes in python and execute it ) ( your_name =
1.Write a series of Python code that does the following: ( please write the following codes in python and execute it ) ( your_name = Sruthi)
(a) Defines a class object (MyCourse)
(b) Defines an array in this object init; set it with two values (your_name, my_start_score=0)
(c) Add three scores (80, 100, 95) to init and show results
(d) Calculate the average of all scores and show results in (MyCourse)
* Show the code and results after processing and, add an appropriate comment for each line of code
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
