A pro tip for using functions in Python
Use the names of function parameters when calling functions. This improves readability and enables functions to work even if the order of the parameters is different:
The following calls would work in the exact same way:
Written on September 23, 2020