K
Size: a a a
K
БГ
py3
help(divmod)
Help on built-in function divmod in module builtins:
divmod(x, y, /)
Return the tuple (x//y, x%y). Invariant: div*y + mod == x.
БГ
py3
help(divmod)
Help on built-in function divmod in module builtins:
divmod(x, y, /)
Return the tuple (x//y, x%y). Invariant: div*y + mod == x.
БГ
VA
py3
import datetime
td = datetime.timedelta(seconds=549483)
print(td)
6 days, 8:38:03
БГ
py3
import datetime
td = datetime.timedelta(seconds=549483)
print(td)
6 days, 8:38:03
БГ
ВТ
БГ
ВТ
I
БГ
ВТ
ВТ
БГ
БГ
ВТ
А
py3
help(divmod)
Help on built-in function divmod in module builtins:
divmod(x, y, /)
Return the tuple (x//y, x%y). Invariant: div*y + mod == x.
БГ
БГ