Attributes are variables that we can access from outside of a class. We've seen a weird line in the Explorer class that was related to these attributes.

Sweet! This line gives us reading access to the name attribute. Without it, we wouldn't be able to say explorer.name and get "Bob" returned to us.

Wasn't it even weirder?