БГ
Size: a a a
БГ
pl
I
I
𝕬
DY
K
BT
BT
А
D•
I
BT
BT
БГ
if "#" in string: break
BT
КБ
py3
texts = 'Why you cant#google?'
try:
txt1 = texts.find('#')
print(texts[:txt1])
except:
pass
Why you cant
КБ
БГ
py3
texts = 'Why you cant#google?'
try:
txt1 = texts.find('#')
print(texts[:txt1])
except:
pass
Why you cant
.split
же