Skip to content

Commit 13b9be5

Browse files
author
Arun Kirubarajan
authored
Update assignment1.py
1 parent 3912556 commit 13b9be5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

assignment1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def substrings(seq):
5757
5858
Example:
5959
>>> substrings("abc")
60-
"a", "ab", "abc", "b", "bc", "c"
60+
{"", "a", "ab", "abc", "b", "bc", "c"}
6161
"""
6262
pass
6363

0 commit comments

Comments
 (0)