To see these classes in action let's create some instances. We'll create a Computer instance stored in the variable computer.
Computer
computer
Make sure to pick computer, followed by =, and finally Computer().
=
Computer()