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
Be the first to start discuss.
Q. Which function do we use to shuffle a list(say list1)?
Q. In a Python program, Nested if Statements denotes?
Q. The for loop in Python is used to ___ over a sequence or other iterable objects.
Q. Study the following statements:
Q. What will be the output of following Python code snippet?
Q. Which of the follwing are the keys in the given statement : abc = {"first":10, "second":20}
Q. Which of the following is not a keyword in Python?
Q. What is the type of each element in sys.argv?
Discusssion
Login to discuss.