python で with open関数の引数に変数を設定できますか? Jun 4, 2017 pythonを使って with open('n.text','w') とした時に n=100 と代入してファイルを書き出したいのですが良い方法はありますか?