Add to Chrome
✅ The verified answer to this question is available below. Our community-reviewed solutions help you understand the material better.
Please select valid option based on the code below.
>>> a = set('qwertyyu') >>> b = set('asdfghjk')
len(a) + 1 == len(b)
len(a) == len(b) - 2
len(a) == len(b)
len(a) > len(b)
Get Unlimited Answers To Exam Questions - Install Crowdly Extension Now!