Skip to content

Remove scramble.py? #6

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
delirious-lettuce opened this issue Dec 1, 2017 · 1 comment
Open

Remove scramble.py? #6

delirious-lettuce opened this issue Dec 1, 2017 · 1 comment

Comments

@delirious-lettuce
Copy link

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"...

@progrmoiz
Copy link
Owner

Yes, this need to be fix.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants