БГ
int(f"{k-1}5")**2
Можешь проверить, работает ли это?
Size: a a a
БГ
int(f"{k-1}5")**2
ᅠ
A
msg = ...
receivers = [...]
coros = (send(receiver, msg) for receiver in receivers)
await asyncio.gather(*coros)
ᅠ
БГ
👑️
DD
БГ
py3
help(str.split)
Help on method_descriptor:
split(...)
S.split(sep=None, maxsplit=-1) -> list of strings
Return a list of the words in S, using sep as the
delimiter string. If maxsplit is given, at most maxsplit
splits are done. If sep is not specified or is None, any
whitespace string is a separator and empty strings are
removed from the result.
DD
A
БГ
A
ᅠ
БГ
БЯ
A
БЯ
A
БГ
ᅠ