Question 3 of quiz 5

Which of the following define the set {‘a’, ‘b’, ‘c’}:

a)s = set(‘a’, ‘b’, ‘c’)
b)s = set([‘a’, ‘b’, ‘c’])
c)s = {‘a’, ‘b’, ‘c’}
d)s = {(‘a’, ‘b’, ‘c’)}

In the above correct options should be b,c and d but according to edyoda team only b&c option are correct…kindly clear my doubt how, and if i am right then kindly update the answer of quiz 5 corrct.

2 Likes

Give us some time we will look into it @parulr1096

1 Like

Kindly resolve my doubt

@parulr1096

Can you initialize the d option in IDE and it’s type by the type function.
And if it is showing set please paste the screenshot