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

Резултати

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

Пребарај: #axs

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

@CoinSonar · Post #244244 · 18.04.2026 г., 15:22

#AXS | Volume spike (USDT PAIR) 12 times the average volume 166.56K USDT traded in 15 min └Buying vol: 123.61K USDT 🟢 Boost score: 3/10 24h Vol: 1.28M USDT (Binance) Price: 1.154 (-2.2% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #244048 · 18.04.2026 г., 07:50

#AXS | Volume spike (USDT PAIR) 182 times the average volume 162.93K USDT traded in 1 min └Selling vol: 126.26K USDT 🔴 Boost score: 1/10 24h Vol: 1.28M USDT (Binance) Price: 1.217 (-2.2% in 24h)

Hashtags

Coin Sonar

@CoinSonar · Post #243675 · 17.04.2026 г., 13:27

#AXS | Volume spike (USDT PAIR) 9 times the average volume 130.07K USDT traded in 15 min └Buying vol: 71.08K USDT 🟢 Boost score: 5/10 24h Vol: 1.28M USDT (Binance) Price: 1.207 (-2.2% in 24h)

Hashtags

🚀🚀 Another massive profit made in Premium Group and this time it is#AXS/USDT which crossed All the Profit Targets for an humongous gain of 99% 🗨Contact @futurechief to enter the Binance Futures/Bybit/Kucoin/OKX Premium Signal Group & Receive daily high quality signals by being in the Premium Group

Hashtags

Pro Analysis

@proanalysistrader · Post #28467 · 12.02.2025 г., 17:04

#AXS/USDT analysis : #AXS is retracing towards the 200 EMA and is expected to retest this level before continuing its bearish momentum. The current level presents a favorable opportunity for a long entry, with the swing high resistance level identified as the target. TF : 4H Entry : $4.444 Target : $4.990 SL : $4.160

Hashtags

American Crypto©

@americancryptotrading · Post #27228 · 24.04.2025 г., 10:51

🇺🇸#AXS/USDT is currently heading towards the descendingresistance line on the daily timeframe💁‍♂️ A strong upward impulse is likely🐃 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27039 · 04.11.2024 г., 18:14

🇺🇸#AXS/USDT is forming the descendingtriangle on weekly timeframe🧐 Bullish case🚀 American Crypto©

Hashtags

Free Crypto Signals (Profitable Zone)

@btctradingclub · Post #26804 · 19.01.2026 г., 22:11

🚀🚀 315% Profit on #AXS/USDT for our Premium Members on Binance Futures/Bybit/OKXX/Kucoin/Bitget ✅✅ All target completed 👁‍🗨Contact @primemod to enter the Premium Group for high quality SPOT & FUTURES Signals

Hashtags

123•••56
ПретходнаСтраница 1 од 6Следна