Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit cb3c1ec

Browse files
committedAug 8, 2023
closes #200
1 parent f128e25 commit cb3c1ec

File tree

1 file changed

+1
-1
lines changed
  • Classes and objects/Special __init__ method

1 file changed

+1
-1
lines changed
 

‎Classes and objects/Special __init__ method/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ x.num
4040
In the code editor, add parameters to the`__init__()` method of the `Car` class, so we can
4141
create it with a specified color and brand.
4242

43-
<div class='hint'>Add two parameters &mdash; <code>self</code> and <code>color</code>.</div>
43+
<div class='hint'>Add three parameters &mdash; <code>self</code>, <code>color</code> and <code>brand</code>.</div>

0 commit comments

Comments
 (0)
Please sign in to comment.