Command Line Arguments : Command Line : Development PYTHON examples


PYTHON examples » Development » Command Line »

 

Command Line Arguments


Command Line Arguments



#For instance the following output results from running "python demo.py one two 
#three" at the command line:

import sys
print sys.argv


           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo Development
» Command Line