Please ensure that JavaScript is running.
Learn
Challenges
Blogs
About
Contact
Learn
Challenges
Blogs
About
Contact
Home
/
Code-challenges
/
Create a Car object
Python Code Challenge
132 -
Create a class "Car" with properties for make, model, year, and speed. Create methods for accelerating and decelerating the car, and a method to print the current speed.
Python
Object Oriented Programming