Defining a class doesn't create an object, though. In order to do that, we need to create an instance of a class.

Nice! With Car(), we're creating an instance of the Car class that we can store in a variable.

Make sure to pick ().