LinuxLudus: aituo per programmino: creazione password ed md5sum
Federico Ramponi
federico.ramponi@gmail.com
Ven 19 Set 2008 17:49:00 CEST
>> Ho notato che gli argomenti di genfile(), anche se opzionali, causano
>> errore se omessi dalla linea di comando. Come mai?
>>
if __name__ == "__main__":
import sys
try:
genfile (nrecords=int(sys.argv[1]), filename=sys.argv[2],
separator=sys.argv[3])
except IndexError:
print "Error: 3 arguments needed (number of records, filename. separator)"
except ValueError:
print "Error: first argument must be an integer"
# c.
# r.
Maggiori informazioni sulla lista
linuxludus