R
Robert P. J. Day
i'm sure there's a painfully obvious answer to this, but is there a
reason i can't do:
File "<stdin>", line 1
help(import)
^
SyntaxError: invalid syntax
on the other hand, i can certainly go into "help()" and type
"import" to get that help. it seems counter-intuitive to have the
first variation fail but the second succeed.
what is the rule for this in python3?
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================
reason i can't do:
File "<stdin>", line 1
help(import)
^
SyntaxError: invalid syntax
on the other hand, i can certainly go into "help()" and type
"import" to get that help. it seems counter-intuitive to have the
first variation fail but the second succeed.
what is the rule for this in python3?
rday
--
========================================================================
Robert P. J. Day Waterloo, Ontario, CANADA
Linux Consulting, Training and Kernel Pedantry.
Web page: http://crashcourse.ca
Twitter: http://twitter.com/rpjday
========================================================================