What will be the output of the following Python code snippet? z=set(‘abc$de’) ‘a’ in z
What will be the output of the following Python code snippet?
z=set('abc$de') 'a' in z
a. Error
b. True
c. False
d. No output
What will be the output of the following Python code snippet?
z=set('abc$de') 'a' in z
a. Error
b. True
c. False
d. No output