Question: If we declare a variable called name inside of a function while there is a global variable with the same name, which variable is referenced
If we declare a variable called name inside of a function while there is a global variable with the same name, which variable is referenced from inside of the function in the following command: print(name)?
| a. | The global variable | |||||||||||||
| b. | The local variable | |||||||||||||
| c. | You cannot have multiple variables with the same name, regardless of scope. | |||||||||||||
| . | d.you have to specify with a leading com When condtructing a function, which is NOT a minimum requirement:
mand
|
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
