Any way I can make a .txt file editable to Repl users?

Title is self explanatory. I don’t want to make a group for what I’m doing, but that’s my backup if there is no other way to do it. I want to make it so every user can upload to the file using the input on Python.

You can make them able to write to it via the code (i know how to do this with C++) but I believe the file itself is read only. You can do this with Python too.

1 Like