Oh my God!

i just need to do this:

for i, month in enumerate( months ):
        print('<option value="%s"> %s </option>' % (month, month) )
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to