piza.ioでファイルの出力というのはできるのでしょうか?
下記コードを実行すると、エラーとなってしまいますね。
知っている方いたらご教示願います。
python
1write_file = open('output.txt', 'w') 2write_file.write('aaa') 3write_file.close()
Traceback (most recent call last): File "Main.py", line 54, in <module> write_file = open('output.txt', 'w') PermissionError: [Errno 13] Permission denied: 'output.txt'
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。