Home / Programming MCQs / Python MCQs / Question
R
Q. What is the output of the following code snippet?
mylist = [1,2,3,4,5] print(mylist[2:4])
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
How many times the following loop will execute?
Which of the following is not used as loop in Python?
What is the output of the following program?
What will be the output of the following Python program?
Which function is used to get the version of python?
What will be the output of the following Python function?
What is the output of the following program?
Which of the following expressions involves coercion when evaluated in Python?
What is the output of the following program? def REVERSE(L):
Which of the following functions converts a “string” to “float” in Python?
Discusssion
Login to discuss.