Editor
1
Creating Simple Functions
5 segments ยท 0:00
The def keyword creates a function. Functions group code for reuse. We call them by name with parentheses.
Loading Python environment...