Python: Difference between revisions
Jump to navigation
Jump to search
(→links) |
(→links) |
||
Line 2: | Line 2: | ||
http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6 | http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6 | ||
http://docs.python.org/tutorial | http://docs.python.org/tutorial | ||
Reference | |||
http://docs.python.org/ref/ref.html | |||
=basics= | =basics= |
Revision as of 20:56, 5 October 2011
links
http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6 http://docs.python.org/tutorial
Reference
http://docs.python.org/ref/ref.html
basics
sys.argv arguments are passed to the script in the variable sys.argv # is used to start a comment