Computer Science
Fill in the blanks:
The values received in the function definition/header are called _________.
Python Functions
5 Likes
Answer
parameters / formal parameters / formal arguments
Answered By
1 Like
Related Questions
Fill in the blanks:
In Python, program execution begins with first statement of _________ segment.
Fill in the blanks:
The values being passed through a function-call statement are called _________.
Fill in the blanks:
A parameter having default value in the function header is known as a _________.
Fill in the blanks:
A _________ argument can be skipped in the function call statement.