Created
March 29, 2017 16:00
-
-
Save walkingmask/ef6a82a2babdca99ab6450780e38456f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # python でランダムな数列リストを出力するワンライナー | |
| python -c 'num=5;import random;print(random.sample(range(1,num+1),num))' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment