Function / def (Python)
A function is a reusable, named block of code defined with the def keyword. You call it by name to run its code, optionally passing in values called arguments.
A function is a reusable, named block of code defined with the def keyword. You call it by name to run its code, optionally passing in values called arguments.