adplus-dvertising
frame-decoration

Question

What is the output of the snippet of code shown below?
z=set('abc$de')
'a' in z

a.

True

b.

False

c.

No output

d.

Error

Posted under Tuples and Sets Python

Answer: (a).True

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is the output of the snippet of code shown below?