Mega Code Archive

 
Categories / Python Tutorial / Buildin Module
 

Handling Command-Line Arguments

import sys  for arg in sys.argv:                               print arg