> From: Python <python-boun...@lists.python.it> On Behalf Of Carlo Miron
> Sent: Tuesday, November 15, 2022 2:56 PM
> probabilmente ti conviene modificare il test
> 
> if n<0: n=0
> 
> con un
> 
> if n<=0: return "0"

[# Gabry B:] Perfetto. Fatto.

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

Rispondere a