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 f128e25 commit cb3c1ecCopy full SHA for cb3c1ec
Classes and objects/Special __init__ method/task.md
@@ -40,4 +40,4 @@ x.num
40
In the code editor, add parameters to the`__init__()` method of the `Car` class, so we can
41
create it with a specified color and brand.
42
43
-<div class='hint'>Add two parameters — <code>self</code> and <code>color</code>.</div>
+<div class='hint'>Add three parameters — <code>self</code>, <code>color</code> and <code>brand</code>.</div>
0 commit comments