LINK (fork this): EDITOR Your favorite singer is performing…

LINK (fork this): EDITOR Your favorite singer is performing in Gainesville but they’ve lost their music organization system!!  They need YOU to come up with a system to organize their albums and songs. Write a class Album that will have the following specifications: def __init__(self, album_title, artist, year) – Constructor to initialize the Album with an album title, artist, and year def show_info(self) – prints out a string in the format “{album_title} by {artist} came out in {year}.” Then, create a subclass called Song that inherits from the Album class, and includes the attribute song_title. It should also have a show_info(self) method that overrides the show_info method in Album and prints out a string in the format “{song_title} by {artist} is from the album {album_title} and came out in {year}”. just for fun: who is your favorite music artist? # Example usagealbum1 = Album(“Thriller”, “Michael Jackson”, 1982)album1.show_info()  # Shows album infosong1 = Song(“Beat It”, “Thriller”, “Michael Jackson”, 1982)song1.show_info()  # Shows song info# Output:# Album: Thriller by Michael Jackson, released in 1982# Beat It by Michael Jackson is from the album Thriller and came out in 1982

Read the following scenario. Answer the question after the s…

Read the following scenario. Answer the question after the scenario. You just got a new job at a better paying company in the same field as your previous company. You are tasked with a similar role as your previous job, and you could do it more easily and efficiently if you reused code that you remember from your previous job, and you would start your job off with a good review. Is this an ethical action?

Given the following class definition, which of the following…

Given the following class definition, which of the following is the correct way to create an instance of the Car class and call the drive() method? class Car:   def __init__(self, make, model, year=2022):       self.make = make       self.model = model       self.year = year       self.mileage = 0   def drive(self, miles):       self.mileage += miles

I. Partie Auditive A. Conversations  Listen to these incompl…

I. Partie Auditive A. Conversations  Listen to these incomplete conversations. Select the most logical continuation for each. (5 x 2 pts. each = 10 pts.)   Remember:  You should play it once through to get familiarized with it. The second time round you should select your response. You should then play it a third time to check your answers. Please do then move on. If you spend too much time here then you will run out of time and may not be able to complete your quiz.