Computer Science
Fill in the blanks:
Python names the top level segment (main program) as _________.
Python Functions
1 Like
Answer
\_\_main\_\_
Answered By
3 Likes
Related Questions
Which of the given argument types can be skipped from a function call ?
- positional arguments
- keyword arguments
- named arguments
- default arguments
Fill in the blanks:
A _________ is a subprogram that acts on data and often returns a value.
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 _________.