question archive 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
Subject:Computer SciencePrice:2.87 Bought7
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 |
Purchased 7 times