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.