Following Statements Keyword Arguments User Defined Functions True Python 1 Assigned Defau Q37285795

Which of the following statements about keyword arguments foruser-defined functions are true in Python?

1. They are assigned default values

2. Any keyword argument defined by a function must be includedby the program calling the function

3. They are required for user-defined functions

4. They can represent any valid Python data type


Answer


An suer

2. Any keyword argument defined by a function must be includedby the program calling the function

Leave a Comment

This site uses Akismet to reduce spam. Learn how your comment data is processed.