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 c822158 commit 42fffeeCopy full SHA for 42fffee
exercises/04-Call-a-function/README.md
@@ -6,7 +6,7 @@ tutorial: "https://www.youtube.com/watch?v=NU5iW_bWwmY"
6
7
A function could receive zero parameters, and it always returns something, even if you don't explicitly add the `return` statement.
8
9
-👉 [Click here to read more about functions](https://content.breatheco.de/lesson/working-with-functions-python).
+👉 [Click here to read more about functions](https://4geeks.com/lesson/working-with-functions-python).
10
11
For example: a function that calculates the area of a square will be something like this:
12
0 commit comments