Skip to content

Instantly share code, notes, and snippets.

@tora16e
Last active December 31, 2015 17:09
Show Gist options
  • Select an option

  • Save tora16e/8018140 to your computer and use it in GitHub Desktop.

Select an option

Save tora16e/8018140 to your computer and use it in GitHub Desktop.
practice random onliner
from random import *;L=range(10);shuffle(L);L
@tora16e

tora16e commented Dec 18, 2013

Copy link
Copy Markdown
Author

import shuffle を import * にするのはいいとしてリストかプリントのところをもっと短くする方法あるのかな?

@tora16e

tora16e commented Dec 18, 2013

Copy link
Copy Markdown
Author

print は消してもok リストはどうだろう

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment