When running python3 downloader.py on Ubuntu, I get syntax error invalid decimal literal. I am not a Python programmer, but from what I researched, an identifier can't begin with a number.
When you get an error message, Python tries to point to the root cause of the error. Sometimes, the message tells exactly what’s the problem, but other times it’s ...