MCQOPTIONS
Saved Bookmarks
| 1. |
set1={2,5,3}set2={3,1}set3={}set3=set1&set2print(set3)4.What will be the output of following Python code? |
| A. | {1,3,4} |
| B. | {1,3,2} |
| C. | {2} |
| D. | {4} |
| Answer» E. | |