In the last post introducing Python, I demonstrated how to make a simple app using variables and conditional statements. In order to do anything really powerful in a given programming language though, you need to understand functions! In this post, we’ll discuss the Python function call.
What is a Python function call?
Before we look at how to call a function in Python, we first need to familiarize ourselves with the concept.
Source link