Skip to content

Instantly share code, notes, and snippets.

@walkingmask
Created March 29, 2017 16:00
Show Gist options
  • Select an option

  • Save walkingmask/ef6a82a2babdca99ab6450780e38456f to your computer and use it in GitHub Desktop.

Select an option

Save walkingmask/ef6a82a2babdca99ab6450780e38456f to your computer and use it in GitHub Desktop.
# 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