Python

From Halfface
Revision as of 20:38, 4 October 2011 by Ekaanbj (talk | contribs) (→‎links)
Jump to navigation Jump to search

links

http://en.wikibooks.org/wiki/Non-Programmer%27s_Tutorial_for_Python_2.6

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