True/False
To assign a value to a global variable in a function,the global variable must be first declared in the function.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q40: In a flowchart,a function call is depicted
Q41: A _ constant is a name that
Q42: One reason to store graphics functions in
Q43: Whic of the following will assign a
Q44: Unfortunately,there is no way to store and
Q46: Unlike other languages,in Python the number of
Q47: The first line in a function definition
Q48: One reason not to use global variables
Q49: In Python there is no restriction on
Q50: What will be the output after the