T
Q. Which of the following uses the id() function in Python?
Each object in Python has a unique identifier. The id() function returns the identifier of the object.
You must be Logged in to update hint/solution
Be the first to start discuss.
Q. Which of the following is data type is NOT Valid in Python?
Q. What is the output of the following program?
Q. Which of the following is a reasonable way to select the number of principal components “k”?
Q. Write the output of the following:
Q. What is the output of the following? x = ['ab', 'cd'] print(len(list(map(list, x))))
Q. What is the purpose of ‘else’ statement in if-elif ladder?
Discusssion
Login to discuss.