We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
scramble.py
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
python-snippets/scramble.py
Line 7 in 8d24dd5
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"...
The text was updated successfully, but these errors were encountered:
Yes, this need to be fix.
Sorry, something went wrong.
No branches or pull requests
python-snippets/scramble.py
Line 7 in 8d24dd5
This doesn't seem very "scrambled"...
The text was updated successfully, but these errors were encountered: