Skip to content

Commit 42fffee

Browse files
authored
Update README.md
1 parent c822158 commit 42fffee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/04-Call-a-function/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ tutorial: "https://www.youtube.com/watch?v=NU5iW_bWwmY"
66

77
A function could receive zero parameters, and it always returns something, even if you don't explicitly add the `return` statement.
88

9-
👉 [Click here to read more about functions](https://content.breatheco.de/lesson/working-with-functions-python).
9+
👉 [Click here to read more about functions](https://4geeks.com/lesson/working-with-functions-python).
1010

1111
For example: a function that calculates the area of a square will be something like this:
1212

0 commit comments

Comments
 (0)