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 e898269

Browse files
authoredJun 13, 2024··
Merge pull request #232 from zoyakostyreva/hyperskill_links_with_utm
Hyperskill links. UTM tags added
2 parents 8e03d82 + 4326e5f commit e898269

File tree

61 files changed

+61
-61
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

61 files changed

+61
-61
lines changed
 

‎Classes and objects/Call a method from another method/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ As we discussed before, methods may call other methods by using method attribute
44
Use this knowledge to complete the `exponentiate` method of the `Calculator` class. It should
55
call the `multiply` method to calculate the result.
66

7-
For more structured and detailed information, you can refer to [this Hyperskill knowledge base page](https://hyperskill.org/learn/step/6931).
7+
For more structured and detailed information, you can refer to [this Hyperskill knowledge base page](https://hyperskill.org/learn/step/6931?utm_source=jba&utm_medium=jba_courses_links).

‎Classes and objects/Class and Instance Variables 2/task.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ Implement the method `add_city` that will append a city name to the `all_cities`
99

1010
In the `__init__` method, call the `add_city` method to add the city name to the list upon object initialization.
1111

12-
For more structured and detailed information, you can refer to [this Hyperskill knowledge base page](https://hyperskill.org/learn/step/6981).
12+
For more structured and detailed information, you can refer to [this Hyperskill knowledge base page](https://hyperskill.org/learn/step/6981?utm_source=jba&utm_medium=jba_courses_links).

0 commit comments

Comments
 (0)
Please sign in to comment.