Teach Python - What is a Function?
▶️ 🔁 🔙 💾
📒 ⁉️
 
 
 

In this lesson, you learn what a function is.

In order to print a number, you have to call the str function. str will convert a number into a string so that it can be printed. In the next lesson, we will start learning about more functions.