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
Be the first to start discuss.
Q. Which of the following will give error?
Q. An ___ statement has less number of conditional checks than two successive ifs.
Q. Which of the following function headers is correct?
Q. Which of the following are control structure in python?
Q. Amongst which of the following is / are the method used to unpickling data from a binary file?
Q. What will be the output of the following Python code snippet?
Q. Which of the following types of loops are not supported in Python?
Discusssion
Login to discuss.