Learn Web Development with Python
上QQ阅读APP看书,第一时间看更新

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.