TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #309 · 2 фев.

Метод строки split() разделяет строку на несколько строк по указанному символу >>> "a_b_c".split('_') ['a', 'b', 'c'] Можно указать максимальное количество разделений >>> "a_b_c".split('_', 1) ['a', 'b_c'] Или резать с другой стороны с помощью rsplit() (right split) >>> "a_b_c".rsplit('_', 1) ['a_b', 'c'] А что будет если оставить аргументы пустыми? >>> "a_b_c".split() ['a_b_c'] Получаем список с одним элементом, потому что по умолчанию используется пробельный символ. >>> "a b c".split() ['a', 'b', 'c'] То есть это равнозначно такому вызову? >>> "a b c".split(" ") ['a', 'b', 'c'] Кажется да, но нет! Давайте попробуем добавить пробелов между буквами >>> "a b c".split(" ") ['a', '', '', 'b', '', '', 'c'] И вот картина уже не так предсказуема 😕 А вот что будет по умолчанию >>> "a b c".split() ['a', 'b', 'c'] Всё снова красиво! 🤩 По умолчанию в качестве разделителя используется любой пробельный символ, будь то табуляция или новая строка. Включая несколько таких символов идущих подряд. А также игнорируются пробельные символы по краям строки. >>> "a\t b\n c ".split() ['a', 'b', 'c'] Аналогичный способ можно собрать с помощью регулярного выражения. Но пробелы по краям строки придется обрабатывать дополнительно. >>> import re >>> re.split(r"\s+", ' a b c '.strip()) ['a', 'b', 'c'] Здесь тоже можно указать количество разделений >>> re.split(r"\s+", 'a b c', 1) ['a', 'b c'] А что если мы хотим написать красиво, то есть split() без аргументов, но при этом указать количество разделений? В этом случае первым аргументом передаём None >>> "a\n b c".split(None, 1) ['a', 'b c'] Данный метод не учитывает строки с пробелами, взятые в кавычки 'a "b c" '.split() ['a', '"b', 'c"'] Но для таких случаев есть другие способы. #tricks#basic

Резултати

Пронајдени 20 слични објави

Пребарај: #layer

当前筛选 #layer清除筛选
Coin Sonar

@CoinSonar · Post #243385 · 17.04.2026 г., 00:54

#LAYER | Volume spike (USDT PAIR) 31 times the average volume 129.36K USDT traded in 15 min └Buying vol: 81.42K USDT 🟢 Boost score: 4/10 24h Vol: 394.58K USDT (Binance) Price: 0.0902 (-1.2% in 24h)

Hashtags

Pump Leaks

@pumpleaks · Post #678 · 06.01.2024 г., 00:36

Pump Result: One of the best pumps we’ve had. The volume crossed an unprecedented $3.2 million in the first 15 minutes, catapulting #LAYER to our 10x target (957%) and making all of our members huge profits, that’s exactly why we’re the best in the world. Our coin held as the top gainers for hours after our signal, demonstrating the real power of our whales and market makers. Even though we saw a huge volume of external selling (very likely coming from the coin team), we truly delivered on the expected exceptional first pump of the year, and things are just going to get better from here. We’re still receiving an overwhelming amount of gratitude messages from members that scored big, and asking for our next pump. No stress, enjoy the profits, we’ll announce it soon. In the meantime, we’re focusing our efforts on never used before marketing strategies to bring in over 1 million new members for our next Kucoin Mega Pump, which will absolutely dwarf anything we’ve seen until now. Stay tuned for our next pump announcement.

Hashtags

Wall Street Gems

@wallstreetgems · Post #583 · 06.01.2024 г., 00:37

Pump Result: One of the best pumps we’ve had. The volume crossed an unprecedented $3.2 million in the first 15 minutes, catapulting #LAYER to our 10x target (957%) and making all of our members huge profits, that’s exactly why we’re the best in the world. Our coin held as the top gainers for hours after our signal, demonstrating the real power of our whales and market makers. Even though we saw a huge volume of external selling (very likely coming from the coin team), we truly delivered on the expected exceptional first pump of the year, and things are just going to get better from here. We’re still receiving an overwhelming amount of gratitude messages from members that scored big, and asking for our next pump. No stress, enjoy the profits, we’ll announce it soon. In the meantime, we’re focusing our efforts on never used before marketing strategies to bring in over 1 million new members for our next Kucoin Mega Pump, which will absolutely dwarf anything we’ve seen until now. Stay tuned for our next pump announcement.

Hashtags

Pepe Pumps Signals

@pepe_pumps_signals · Post #293 · 06.01.2024 г., 00:36

Pump Result: One of the best pumps we’ve had. The volume crossed an unprecedented $3.2 million in the first 15 minutes, catapulting #LAYER to our 10x target (957%) and making all of our members huge profits, that’s exactly why we’re the best in the world. Our coin held as the top gainers for hours after our signal, demonstrating the real power of our whales and market makers. We truly delivered on the expected exceptional first pump of the year, and things are just going to get better from here. We’re still receiving an overwhelming amount of gratitude messages from members that scored big, and asking for our next pump. No stress, enjoy the profits, we’ll announce it soon. In the meantime, we’re focusing our efforts on never used before marketing strategies to bring in over 1 million new members for our next Kucoin Mega Pump, which will absolutely dwarf anything we’ve seen until now. Stay tuned for our next pump announcement.

Hashtags

12
ПретходнаСтраница 1 од 2Следна