There was an error while loading. Please reload this page.
1 parent 3912556 commit 13b9be5Copy full SHA for 13b9be5
assignment1.py
@@ -57,7 +57,7 @@ def substrings(seq):
57
58
Example:
59
>>> substrings("abc")
60
- "a", "ab", "abc", "b", "bc", "c"
+ {"", "a", "ab", "abc", "b", "bc", "c"}
61
"""
62
pass
63
0 commit comments