We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f5c8d2 commit b78526dCopy full SHA for b78526d
1 file changed
examples/create_random_teams/main.py
@@ -17,5 +17,3 @@
17
print(f" Group {j+1}: {g}")
18
for g in groups:
19
assert abs(len(g) - len(members)//N) <= 1
20
- # SHOULD FAIL
21
- assert False
0 commit comments