# Overwriting * * * * * cd /path/to/file && python3 script.py > output.log 2>&1
# Appending * * * * * cd /path/to/file && python3 script.py >> output.log 2>&1