Gli anni bisestili sono tutti quelli divisibili per 4 tranne quelli divisibili per 100, che lo sono se sono anche divisibili per 400. Non conosco pyton. In sintassi Pascal-like, sarebbe: Function Bisestile(anno:Integer):Boolean; Bisestile := anno mod 4 = 0 and (anno mod 100 <> 0 or anno mod 400 = 0)
Ciao a tutti, Angela _______________________________________________ Python mailing list Python@lists.python.it http://lists.python.it/mailman/listinfo/python