Login and Register ×
Check your Email for the OTP
Python Programming Language MCQ Python Set MCQ
⚠ Report ✓ Question Verified Copy Link
aSet = {1, 'PYnative', ('abc', 'xyz'), True} print(aSet)
Explanation:
Set already has 1 as item True evaluates to 1. As you know set doesn’t allow duplicate element
True
Related Topic:
Share Above MCQ
Learn More MCQ Questions from Python Programming Language MCQ Python Set MCQ