1.Create a class called "Car" that has three attributes "make" , "model" , and "year" and a method called "get_info" that returns string with the make ,model, and year seperated by a space. -DS301222

1 Like

@dk89990 Correct Good Keep Practicing