8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 64cb9e6 commit ebe6d25Copy full SHA for ebe6d25
classes.md
@@ -128,6 +128,9 @@ True
128
129
`url`, `founding_year` and `free_to_use` are not variables, they are
130
**attributes**. More specifically, they are **instance attributes**.
131
+The biggest difference is that variables are accessed by their name,
132
+and attributes are accessed by typing a name of an object (like
133
+stackoverflow), then a dot and then the name of the attribute.
134
135
If we make another Website, does it have the same `url`, `founding_year`
136
and `free_to_use`?
0 commit comments