Computer Science
Fill in the blanks:
A set of instructions/operations which is a part of a program and can be executed independently to do specific task is called a _________.
Python Functions
4 Likes
Answer
function
Answered By
2 Likes
Related Questions
Fill in the blanks:
Python passes parameters by _________.
Fill in the blanks:
The variable declared outside all the functions is called a _________ variable.
Fill in the blanks:
The order in which statements are executed during a program run is called the _________ of execution.
Fill in the blanks:
A _________ is a file containing Python definitions and statements intended for use in other Python programs.