-
Notifications
You must be signed in to change notification settings - Fork 122
Open
@delirious-lettuce
Description
Line 7 in 8d24dd5
def scramble(seq):
In[18]: scramble([1, 2, 3, 4, 5]) Out[18]: [[2, 3, 4, 5, 1], [2, 3, 4, 5, 1], [2, 3, 4, 5, 1], [2, 3, 4, 5, 1], [2, 3, 4, 5, 1]]
This doesn't seem very "scrambled"...
Metadata
Metadata
Assignees
Labels
No labels