LoginSignup
0
0

秘密の合言葉のためにランダムなひらがな文字列を作る

Posted at

コマンド

python -c "import random; print(''.join([chr(random.randint(ord('あ'), ord('ん'))) for _ in range(64)]))"

出力例

さてえぞゃくなぶんらなぇおぱょたどざへさぶみさぼむたとぴすろくをぎやっとぐおぴをいづぬぬづいぺぞぽがけつふばよわづしおっゐざやる
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0