Похожие чаты

Is there a good way to partition whole sentence ?? Hello

hai Hello hai
=> ["Hello", " ", " ", "Hello", " ", "hai"]

14 ответов

24 просмотра

re.split(r"\b", string)

Fan / Ac- Автор вопроса
Bread pup ▲⬤ ×▫︎
screenshot

thanks so every word ends with \b

a='ali am' a=[x for x in a.split(' ')]

Don't wanna use any library like Just wanna use crazy algorithm here lol: a1='your crazy text lol' a=list(a1) v,sum=[],'' for i in a: if i!=' ':sum+=i else: v.append(sum),v.append(' ') sum='' v=list(filter(lambda x: x!='',v)) v.append(a1.split()[-1]) print(v)

Fan / Ac- Автор вопроса
Reza
Don't wanna use any library like Just wanna use c...

1. Use telegram mono formatting to format your code sample. 2. re isn't a library but a module in the standard library. 3. No need to do a = list(a1) as strings are iterable in python 4. The part with the filter is not necessary as when you iterate a, no character i will be empty.

Fan / Ac- Автор вопроса
Reza
The use re

nah didnt used re

Fan / Ac- Автор вопроса
Reza
Ik

i think code you shared is good, but its not readable mainly because you didnt formatted and shared raw text

Reza
Lol

To post more than a few lines of code, use a pastebin like: * dpaste.org * linkode.org * bin.kv2.dev * hastebin.com If you are stuck in a terminal, you can use ix.io or paste.rs to paste from the CLI: <command to print output> |& curl -F 'f:1=<-' ix.io <command to print output> |& curl --data-binary @- https://paste.rs

Похожие вопросы

Обсуждают сегодня

а через ESC-код ?
Alexey Kulakov
29
30500 за редактор? )
Владимир
47
Чёт не понял, я ж правильной функцией воспользовался чтобы вывести отладочную информацию? но что-то она не ловится
notme
18
У меня есть функция где происходит это: write_bit(buffer, 1); write_bit(buffer, 0); write_bit(buffer, 1); write_bit(buffer, 1); write_bit(buffer, 1); w...
~
13
any reference of this implementation?
BitBuddha
29
Ⓐrtto, [4/23/24 7:02 PM] Please explain more fully how it is not working exactly, and what are the steps you are taking, and what error messages come or what happens. Ⓐrtto, ...
Ezza Kezza
2
sounds like people have lost their kaspa on tradeogre... does this mean tradeogre not trustworthy?
Ezza Kezza
15
Страшнейшая правда про списки ЦБ. С первых дней жизни P2P сферы, молодые человеки, начитавшись законодательной базы и "внутренних" документов, решили, что им противостоит сер...
Foxcool
3
Недавно Google Project Zero нашёл багу в SQLite с помощью LLM, о чём достаточно было шумно в определённых интернетах, которые сопровождались рассказами, что скоро всех "ибешни...
Alex Sherbakov
5
So much speculation in the last week. So much volatility in price. This is because Hedera has a GC that isn't using the network it's governing. Why aren't people asking why a...
Summit Seeker R
9
Карта сайта