Home / Programming MCQs / Python MCQs / Question
R
Q. Which of the following Python code will create a set? (i) set1=set((0,9,0)) (ii) set1=set([0,2,9]) (iii) set1={}
No solution found for this question.
Add Solution and get +2 points.
You must be Logged in to update hint/solution
Which of the following is a disadvantage of decision trees?
Which of these functions can NOT be defined under the sys module?
Function blocks begin with the keyword?
What is the output of the following code?
___________ are the arguments passed to a function in correct positional order.
bytes, bytearray, memoryview are type of the ___ data type.
What is the output of the following code?
Which of the following statements is used to create an empty set in Python?
Discusssion
Login to discuss.