I'm in this 1.py
file, and I would like to execute the main.py
at some point. I tried using:
import os
os.chdir("/storage/emulated/0/qpython/projects3/seila")
os.system("/storage/emulated/0/qpython/projects3/seila/main.py")
But the result indicated that the access was denied.
How can I solve this?