I installed python on a machine in digital ocean and cloned a repository with a file that was running on my local machine. But when I went to run the terminal by digital ocean he gave that error.
File "teste.py", line 37
print 'Total de marcas encontradas: '+str(len(all_brands))
^
SyntaxError: invalid syntax