T
Q. What will be the output
def f1(x): global x x+=1 print(x) f1(15) print("hello")
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. What will be the output of following Python code snippet?
Q. What is the output of the following program :
Q. In Python, how are arguments passed?
Q. Which function inserts an object at a given index into a list?
Q. What is the output of the following code?
Q. What will be the output of the following code snippet?
Q. Which one is false regarding local variables?
Q. What will be the value of ‘m’ and ‘n’ after execution of following code:
Discusssion
Login to discuss.