Computer Science
Fill in the blanks:
The variable declared outside all the functions is called a _________ variable.
Python Functions
1 Like
Answer
global
Answered By
2 Likes
Related Questions
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 _________.
Fill in the blanks:
Python passes parameters by _________.
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.