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 c0891c6 commit c822158Copy full SHA for c822158
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://content.breatheco.de/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