We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53b2926 commit ed3e57eCopy full SHA for ed3e57e
sorts/bead_sort.py
@@ -5,7 +5,7 @@
5
6
7
def bead_sort(sequence: list) -> list:
8
- """
+ """test
9
>>> bead_sort([6, 11, 12, 4, 1, 5])
10
[1, 4, 5, 6, 11, 12]
11
0 commit comments