pythonでランダムに値を取得 random.choice([・・・ Python

pythonでランダムに値を取得


# ランダム取得
print(random.choice([ aaa1 aaa2 aaa3 ]))