I saw other examples where they deployed a Python script and were able to save a file, something like this:
f = open('image/myfile.txt', 'wb')
But when I run this it says "No such file or directory".