Medium
What is the output of the following code ?
a = {x for x in 'welovedevs' if x not in 'eo'}
print(f'{type(a)};{a}')
Author: ThéoStatus: PublishedQuestion passed 94 times
Edit
-1
Community Evaluations
Similar QuestionsMore questions about Python