> Why do you write
> // Print the number of words...
> def printNumWords(): ...
> and not
> // Prints the number of words...
> def printNumWords(): ...
> where "it" is understood?
> Is that an imperative or a base form or something else?
>
>
I've seen it both ways, and I don't think anyone will fault you for either. I
usually use the first version, "commanding" the code to do what I want. It's
also a habit because that's the form one uses in git commit messages.
-Colton
--
http://mail.python.org/mailman/listinfo/python-list