Skip to content

Instantly share code, notes, and snippets.

@nekoppy
Created October 10, 2019 01:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nekoppy/08e9d38d1445d6748c2b53fda8466fdb to your computer and use it in GitHub Desktop.
Save nekoppy/08e9d38d1445d6748c2b53fda8466fdb to your computer and use it in GitHub Desktop.
import random
list = ['あ','い','う','え','お']
random.shuffle(list)
print(list)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment