[PIPython] non 1 ma 0001
Matteo Giacomazzi
matteo.giacomazzi
Ven 19 Nov 2004 15:16:40 CET
Ciao MArco,
lunedì 22 dicembre 2003, hai scritto:
> NR è il numero di file
> NP è il nome
> -----------------------
> NR = 0010
> NP = "prova"
> while NR != 0:
> NR = NR - 1
> print "yafray " + NP + repr(0000 + NR) + ".xml"
> -------------------
print 'yafray%04d.xml' % NR
dovrebbe fare al caso tuo.
Saluti,
Matteo
--
mailto:matteo.giacomazzi a email.it
Y!M matteo_giacomazzi
More information about the Python
mailing list