Buildin Module Python Tutorial

import sys 
for arg in sys.argv:                          
    print arg