Deals Of The Week - hours only!Up to 80% off on all courses and bundles.-Close
Introduction
1. Welcome
Function basics
Summary

Instruction

Hello again! You already know conditional statements and loops, so it's high time you learned another building block of Python: functions.

Naturally, you already used some built-in functions like print() or isnumeric(). In this part, however, we will show you how you can create your own functions and use them later!

So, are you ready?

Exercise

Click Next exercise to continue.