Regex Python Help

Steven D'Aprano steve+comp.lang.python at pearwood.info
Tue Mar 24 21:43:45 EDT 2015


On Wed, 25 Mar 2015 05:13 am, gdotoli at gmail.com wrote:

> The error is:
> 
> SyntaxError: Missing parentheses in call to 'print'


I cannot imagine how the message could be more explicit: the call to print
is missing parentheses. If you're not going to read the error messages you
are given, you are truly going to struggle as a programmer.

Read the error message.  If you don't understand the error message, please
say so.

And choose a relevant subject line: this has nothing to do with regexes. You
might as well have called it "Import Python Help".


-- 
Steven




More information about the Python-list mailing list