Skip to content

Instantly share code, notes, and snippets.

@segfo
Last active April 7, 2019 13:01
Show Gist options
  • Save segfo/4ef5c336eb8b06917a8b0405ad4369be to your computer and use it in GitHub Desktop.
Save segfo/4ef5c336eb8b06917a8b0405ad4369be to your computer and use it in GitHub Desktop.
ランダム文字列ワンライナー
l=123;s=string.ascii_letters+string.digits;print(''.join(random.sample((s)*math.ceil(l/(len(s))),k=l)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment