LINUX.ORG.RU

История изменений

Исправление proud_anon, (текущая версия) :

def arithmetic_round(x):
return round(x+0.01)

arithmetic_round(4.491) == ?

Исходная версия proud_anon, :

def arithmetic_round(x):
return round(x+0.01)

airthmetic_round(4.491) == ?