Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
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