Python: Difference between revisions

From Halfface
Jump to navigation Jump to search
Line 1: Line 1:
=links=
=links=
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



Revision as of 20:39, 4 October 2011

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