In addition to Python script, I would like that my output will be saved in .txt file. I try this :
$ python ./myscript.py > output.txt
but