- Learn Web Development with Python
- Fabrizio Romano Gaston C. Hillar Arun Ravindran
- 33字
- 2021-06-10 18:26:11
How to specify input parameters
There are five different ways of specifying input parameters:
- Positional arguments
- Keyword arguments
- Variable positional arguments
- Variable keyword arguments
- Keyword-only arguments
Let's look at them one by one.