I downloaded Sypder and I keep getting the error below when I run the script in the interpreter.
>>> continue
File "<stdin>", line 1
SyntaxError: 'continue' not properly in loop
This happens even on a simple hello world script:
print('hello world!')