Antonio Fittipaldi
Blog
CV
Controllo con operatore ternario
pari = True if n % 2 == 0 else False
04/09/2023
·
Python