

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of following Python code? |
A. | {0,0,9} |
B. | {0,9} |
C. | {9} |
D. | It will throw an error as there are two 0 while creating the set. |
Answer» C. {9} | |