Question: In the following code, the variable varA is en example of what? import math varA 2 -20 def func1(varB): return varA + varB def
In the following code, the variable varA is en example of what? import math varA 2 -20 def func1(varB): return varA + varB def main(): varC
Step by Step Solution
There are 3 Steps involved in it
AnswerThe variable varA in the provided code is an example of a global variable Explanatio... View full answer
Get step-by-step solutions from verified subject matter experts
