py
1f.write("%s\n"%d).replace('\n','\n')
で、
py
1'int' object has no attribute 'replace'
このエラーが出るのですがどうすればいいですか?
回答1件
あなたの回答
tips
プレビュー
投稿2020/05/21 02:58
py
1f.write("%s\n"%d).replace('\n','\n')
で、
py
1'int' object has no attribute 'replace'
このエラーが出るのですがどうすればいいですか?
回答1件
あなたの回答
tips
プレビュー