テキストを書き込む

2010/8/14

Python2.5.4

f = open(filepath,"w")
f.write(str)
f.close()