M
Q. What data type is the object below? L = [1, 23, „hello‟, 1]
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 is the function that compares the elements of the two lists?
Q. Which of the following is NOT a comparison operator in Python?
Q. Which of the following are ML methods?
Q. Which is the data type of the following Python code?
Q. Can the use of parentheses change the order of evaluation?
Q. What is the output of the below code?
Q. What is the output of the following program : i = 0 while i < 3: print i i += 1 else: print 0
Q. What is the output of the following program :
Q. What will be the type of the variable sorted_numbers in the below code snippet?
Discusssion
Login to discuss.