Last active
December 31, 2015 17:09
-
-
Save tora16e/8018140 to your computer and use it in GitHub Desktop.
practice random onliner
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
| from random import *;L=range(10);shuffle(L);L |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
import shuffle を import * にするのはいいとしてリストかプリントのところをもっと短くする方法あるのかな?