0
Basically to illustrate better, I’m supposed to have a.py file that has the following content:
token = ''
I created the update_file.py that has the goal of updating the token variable to another value where it necessarily has to be an input. My question is how would the file update.py.