Course Content
Python Functions Tutorial
Python Functions Tutorial
1. What is a Function in Python?
2. Positional and Optional Arguments
4. Function Return Value Specification
5. Recursion and Lambda Functions
Challenge: Positional Arguments
Task
Swipe to show code editor
You need to call the function by passing arguments using their names. Fill in the blanks (___
) in the second function call.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 2
Challenge: Positional Arguments
Task
Swipe to show code editor
You need to call the function by passing arguments using their names. Fill in the blanks (___
) in the second function call.
Solution
Switch to desktop for real-world practiceContinue from where you are using one of the options below
Everything was clear?
Thanks for your feedback!
Section 2. Chapter 2
Switch to desktop for real-world practiceContinue from where you are using one of the options below