ᅠ
Size: a a a
ᅠ
BA
Д
👑️
B
K
BA
GS
K
p
A
Д
БГ
E
for i in range(2, len(st)):
if st[i] == st[i-1] and st[i-1] == st[i-2] and st[i] == " ":
st = st[:i-2] + "кот" + st[i+1:]
R3
E
for i in range(2, len(st)):
if st[i] == st[i-1] and st[i-1] == st[i-2] and st[i] == " ":
st = st[:i-2] + "кот" + st[i+1:]
YD
𝕬
БГ
for i in range(2, len(st)):
if st[i] == st[i-1] and st[i-1] == st[i-2] and st[i] == " ":
st = st[:i-2] + "кот" + st[i+1:]