Answered step by step
Verified Expert Solution
Question
1 Approved Answer
3. Use the following code to answer questions: 3a-3c class Student: def _-init--(self, major, id, class Freshmen): self.major- major self.id id Self.classclass self.friends] def upgrade
3. Use the following code to answer questions: 3a-3c class Student: def _-init--(self, major, id, class "Freshmen"): self.major- major self.id id Self.classclass self.friends] def upgrade (self) self.major"CS def __str.(self) return self.major 3a. [5 pts] Given the Student class from the preceding question. Write the code necessary to create a list of 20 different Students called studentlist who are all "Freshmen" majoring in "ISYE".Give each student a unique id. The id must be an integer 3b. [5 pts] Given the list called studentlist from the preceding question. Write the code necessary to make all of the students in the list whose id is ODD switch their major to "CS" using the upgrade function
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