import sys i = list(sys.argv) x=open(‘d:\x.txt’,‘w’) for i in range(10): x.write(i) print(’%s’%sys.argv) x.close()##