Thursday 5 May 2016


Python Function Arguments

In contrast to many languages, python has several types of parameters to be sent to a function:
  • Required arguments
  • Keyword arguments
  • Default arguments
  • Variable-length arguments
A tutorial about that is here: 
http://www.tutorialspoint.com/python/python_functions.htm

No comments:

Post a Comment