Computer Science
Fill in the blanks:
A _________ argument can be skipped in the function call statement.
Python Functions
2 Likes
Answer
default
Answered By
1 Like
Related Questions
Fill in the blanks:
The values received in the function definition/header are called _________.
Fill in the blanks:
A parameter having default value in the function header is known as a _________.
Fill in the blanks:
_________ arguments are the named arguments with assigned values being passed in the function call statement.
Fill in the blanks:
A void function also returns a _________ value to its caller.