Classes

Remember working with turtle? Remember how you had to use .function() instead of just writing function()? That's because a turtle is actually a class object, which is what you'll learn about here.