Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: fixed wrong reference to object 'my_object' #234

Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Classes and objects/Definition/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ of Python Documentation.
For more structured and detailed information, you can also refer to [this Hyperskill knowledge base page](https://hyperskill.org/learn/step/6661?utm_source=jba&utm_medium=jba_courses_links).

### Task
Assign a value to `variable` inside `MyClass` and create an object `my_class` of the class `MyClass()`.
Assign a value to `variable` inside `MyClass` and create an object `my_object` of the class `MyClass()`.
Run the code and see what happens!

<div class='hint'>Assign any value to <code>variable</code>.</div>
Expand Down
Loading