Question: Dream Car Write a python program that contains a class called Car. o Use __init__() method initialize the following variables/fields within the class. make model
Dream Car Write a python program that contains a class called Car. o Use __init__() method initialize the following variables/fields within the class. make model year color o Now create a Car type object called DreamCar. o Within the class Car define a method called info() in order to print your dream car information.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
