You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Classes and objects/Definition/task.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -46,7 +46,7 @@ of Python Documentation.
46
46
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).
47
47
48
48
### Task
49
-
Assign a value to `variable` inside `MyClass` and create an object `my_class` of the class `MyClass()`.
49
+
Assign a value to `variable` inside `MyClass` and create an object `my_object` of the class `MyClass()`.
50
50
Run the code and see what happens!
51
51
52
52
<divclass='hint'>Assign any value to <code>variable</code>.</div>
0 commit comments