Recognizing procedures
Great work so far understanding the basic unit of a procedural program: the procedure. You've seen that in Python, these procedures are implemented using Python functions. Now it's time to test your ability to recognize whether code is using procedures or not.
This exercise is part of the course
Programming Paradigm Concepts
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
