[Tutor] Help Command Question

Martin A. Brown martin at linux-ip.net
Tue Jul 28 19:44:20 CEST 2015


Hi there,

> In [1]: help list
>  File "<ipython-input-1-823a3ff84bc4>", line 1
>    help list
>            ^
> SyntaxError: invalid syntax.'
>
>
> Question: What is the correct help command?

Try:

   help(list)

Snipped from my ipython session:

   In [1]: help(list)

Good luck,

-Martin

-- 
Martin A. Brown
http://linux-ip.net/


More information about the Tutor mailing list