Handling Command-Line Arguments : Command line : Buildin Module PYTHON TUTORIALS


PYTHON TUTORIALS » Buildin Module » Command line »

 

Handling Command-Line Arguments


import sys 

for arg in sys.argv:                          
    print arg



Leave a Comment / Note


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


PYTHON TUTORIALS

 Navioo Buildin Module
» Command line