Python: Difference between revisions
Jump to navigation
Jump to search
(→links) |
(→basics) |
||
Line 4: | Line 4: | ||
=basics= | =basics= | ||
arguments are passed to the script in the variable sys.argv | sys.argv arguments are passed to the script in the variable sys.argv | ||
# is used to start a comment |
Revision as of 18:44, 1 October 2010
links
http://docs.python.org/tutorial
basics
sys.argv arguments are passed to the script in the variable sys.argv # is used to start a comment