Home / Programming MCQs / Python MCQs / Question
P
Q. What will be the output of following python code?
a=list((45,)*4) print((45)*4) print(a)
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
What is the output of the below code?
In Python, ___ defines a block of statements.
What is the output of the following code?
What will be the value of ‘n’ and ‘n1’ after execution of following code:
What will be the output of the following Python code?
Which of the following statements is true?
Which of the following is the use of id() function in python?
Discusssion
Login to discuss.