You must log in or register to comment.
deleted by creator
Maybe not. It will output to stderr, while print writes to stdout. Could be wrong though.
deleted by creator
Missing ‘)’ in line 1
This is whay I get on a python console:
[GCC 8.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> print('SintaxError: invalid syntax': File "<stdin>", line 1 print('SintaxError: invalid syntax': ^ SyntaxError: invalid syntax >>> ```