Good afternoon,
I am developing a script in python and while I am trying to compile it from the terminator/terminal i always get this error, but I cannot understand where is the syntax error?
File "_case1.py", line 128
print ('########################')
    ^
SyntaxError: invalid syntax
Then I just change the position of the sentence and what I get is..
print '########################'
    ^
SyntaxError: invalid syntax
What is the problem?
 
     
    