for ... :
        ...
        numero = get_num(...)
        if not numero.isdigit(): continue
        my_obj.codice = numero
        ...


grazie
_______________________________________________
Python mailing list
Python@lists.python.it
http://lists.python.it/mailman/listinfo/python

Reply via email to