Python functions can have default argument values, defined using the _______ syntax in the function header.

  • default
  • initial
  • optional
  • default_value
Python functions can have default argument values, defined using the optional syntax in the function header. These default values are used when the function is called without providing values for these arguments.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *