Exemple de fonction ronde python

print(round(2.555, 2))
print(round(2.786, 2))
print(round(2.553, 2))
Outrageous Ostrich