What will be the output of the following Python code snippet?z=set('abc$de') 'a' in z - Study24x7
Social learning Network
06 Feb 2024 01:20 PM study24x7 study24x7

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

study24x7
Write a comment
Related Questions
500+   more Questions to answer
Most Related Articles