Aahz wrote:
> In article <[EMAIL PROTECTED]>,
> Steve Holden  <[EMAIL PROTECTED]> wrote:
> 
>>(Part of) Python's credo (which you can read in context by typing
>>
>>    import this
>>
>>at an interactive command prompt) is "There should be one (and 
>>preferably only one) way to do it".
> 
> 
> Actually, I've gotten used to doing
> 
>     python -c 'import this'

Faster:

   python -m this

regards
  Steve
-- 
Steve Holden       +44 150 684 7255  +1 800 494 3119
Holden Web LLC                     www.holdenweb.com
PyCon TX 2006                  www.python.org/pycon/

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

Reply via email to