McqMate
Q. |
On assigning a value to a variable inside a function, it automatically becomes a global variable. |
A. | true |
B. | false |
Answer» B. false | |
Explanation: on assigning a value to a variable inside a function, t automatically becomes a local variable. hence the above statement is false. |
View all MCQs in
Problem Solving and Python ProgrammingNo comments yet