ITや技術やテクノロジーにアンテナはってみてるん。IT、web、プログラミングなどの技術に関するメモブログ。
pythonでランダムに値を取得# ランダム取得print(random.choice([ aaa1 aaa2 aaa3 ]))