MCQOPTIONS
Bookmark
Saved Bookmarks
→
Python
→
Shallow Copy Deep Copy in Python
→
Which of the following statements is used to crea..
1.
Which of the following statements is used to create an empty set?
A.
{ }
B.
set()
C.
[ ]
D.
( )
Answer» C. [ ]
Show Answer
Discussion
No Comment Found
Post Comment
Related MCQs
If a={5,6,7}, what happens when a.add(5) is executed?
If a={5,6,7,8}, which of the following statements is false?a) print(len(a))b) print(min(
Which of the following statements is used to create an empty set?
Which of the following is not the correct syntax for creating a set?
Which of these about a set is not true?
Reply to Comment
×
Name
*
Email
*
Comment
*
Submit Reply