IT
Накинул с elif, и ушёл :/
Size: a a a
IT
K
Y
AD
БГ
БГ
R3
AD
R3
AD
IT
AD
AD
IT
БГ
def around(x):
if not (x%0.5):
return round(x+.01)
return round(x)
БГ
def around(x):
if not (x%0.5):
return round(x+.01)
return round(x)
R3
def around(x):
if not (x%0.5):
return round(x+.01)
return round(x)
R3
R3