> From: Python <[email protected]> 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 [email protected] https://lists.python.it/mailman/listinfo/python
