M
Q. What is the output of the below code?
def fun(arr): arr=arr[::-1] arr=[1,2,3,4,5] fun(arr) print(arr)
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Q. Which of the following parameter of range( ) function is optional?
Q. What is the order of precedence in python?
Q. What is the output of the following program?
Q. Which of the following instructions will work without error?
Q. What will be the output of the following Python program?
Q. Which function overloads the >> operator?
Discusssion
Login to discuss.