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/
_______________________________________________
Tutor maillist  -  Tutor@python.org
To unsubscribe or change subscription options:
https://mail.python.org/mailman/listinfo/tutor

Reply via email to