Question: Asap Given the following code: def f(b): global a a=5 return ab a=3 print (f(4),a) What output will be displayed? None of the given options
Given the following code: def f(b): global a a=5 return ab a=3 print (f(4),a) What output will be displayed? None of the given options 45
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
