T
Q. What is the data type of the object below?
X = [0, 2, ‘str’, 1]
[] define a list
You must be Logged in to update hint/solution
Q. What is the output of following: set([1,1,2,3,4,2,3,4])
Q. Amongst which of the following is / are true with reference to loops in Python?
Q. ____ is an empty statement in Python.
Q. "in" is a operator in python?
Q. Which commands return the columns of a dataframe?
Q. Which one of these is NOT true about recursion?
Q. Which arithmetic operators can we NOT use with strings?
Q. Can we write if/else into one line in python?
Q. Which of the following is NOT a comparison operator in Python?
Discusssion
Login to discuss.