• @ksynwa
    link
    13 years ago

    Maybe not. It will output to stderr, while print writes to stdout. Could be wrong though.

    • @qoheniac
      link
      3
      edit-2
      2 years ago

      deleted by creator

    • @oriondOP
      link
      23 years ago

      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
      >>> ```