P
Q. What will be the output of the following Python code?
>>>list1 = [1, 3] >>>list2 = list1 >>>list1[0] = 4 >>>print(list2)
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 the following code snippet?
Q. If a class is derived from two different classes, this is called ______?
Q. Study the following program:
Q. What will be the value of ‘m’ and ‘n’ after execution of following code:
Q. Why are local variable names beginning with an underscore discouraged?
Q. Which of the following are control structure in python?
Q. Conditional statements are also known as ___ statements.
Q. How many times the following loop will execute?
Q. Amongst which of the following is / are the logical operators in Python?
Discusssion
Login to discuss.