Skip to content

Commit bff2f89

Browse files
committed
Adding Python Basics: Function video link
1 parent cb8f7ed commit bff2f89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

en/python_introduction/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -574,6 +574,8 @@ Time for the last part of this chapter!
574574

575575
## Your own functions!
576576

577+
> For readers at home: this part is covered in [Python Basics: Functions](https://www.youtube.com/watch?v=5owr-6suOl0) video.
578+
577579
Remember functions like `len()` that you can execute in Python? Well, good news - you will learn how to write your own functions now!
578580

579581
A function is a sequence of instructions that Python should execute. Each function in Python starts with the keyword `def`, is given a name, and can have some parameters. Let's start with an easy one. Replace the code in **python_intro.py** with the following:

0 commit comments

Comments
 (0)