R
Q. Which of the following will result in error? (i) list1[3]=list1[2] (ii) list1[3]=list1[4] (iii) list1.insert(1,78) (iv) list1.pop(50)
If list1=[10,20,60,50]
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. Python is a compiled language?
Q. What is the output of the following program?
Q. What is the output of the following code?
Q. What is the output of the following program?
Q. Write the output of the following code
Q. What is the output of the below code?
Q. Which one of the following is the use of function in python?
Q. Which of the following is a Python tuple?
Q. Which function removes a set’s first and the last element from a list?
Discusssion
Login to discuss.