EasyOutput prediction
Set comprehension from a string
What does this code print?
s = 'mississippi'
unique_chars = {c for c in s}
print(len(unique_chars))← → arrow keys to navigate
Sign in to save your progress.
What does this code print?
s = 'mississippi'
unique_chars = {c for c in s}
print(len(unique_chars))← → arrow keys to navigate
Sign in to save your progress.