python ファイルに文字列を書きこむ file_name = “names.txt” with open(file_name, mode=”w”) as f:f.write(“Jiro\n”) 投稿者: chosuke 趣味はゲームやアニメや漫画などです chosuke のすべての投稿を表示