[トピック内 3 記事 (1 - 3 表示)] << 0 >>
path_w = r'C:\Users\++++\Desktop\test.txt' s = str(y.d) # テキストファイルの書き込み(新規作成・上書き) with open(path_w, mode='w') as f: f.write(s) 上を実行しますと test.txt には [[0.3147463 0.3232051 0.3620486]] このようにはなるのですが、これを 0.3147463,0.3232051,0.3620486 のようにするには、どのようにすれば良いのかを教えてください。
管理者用
- Child Tree -