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?

Kiuhnm
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to