Why should input(prompt="hello:") fail?

Michael Hudson mwh at python.net
Mon Nov 24 12:21:49 EST 2003


wongwung at hotmail.com (zhi) writes:

> Really confused, when I use keyword style argument as following:

Often builtin functions don't take keyword arguments.  There's been a
gentle move towards supporting them over the years, but there are
many, many places that haven't been reached.

Cheers,
mwh

-- 
  Usenet is like a herd of performing elephants with diarrhea --
  massive, difficult to redirect, awe-inspiring, entertaining, and
  a source of mind-boggling amounts of excrement when you least 
  expect it.                                             -- spaf (1992)




More information about the Python-list mailing list