@cryptobull_360 · Post #48849 · 20.03.2026 г., 05:31
🚀 Mantle's lending and borrowing market has hit a new all-time high of $1.35B, ranking #3. #crypto
Hashtags
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
Пребарај: #crypto
@cryptobull_360 · Post #48849 · 20.03.2026 г., 05:31
🚀 Mantle's lending and borrowing market has hit a new all-time high of $1.35B, ranking #3. #crypto
Hashtags
@cryptoangelsusa · Post #22048 · 22.11.2025 г., 04:18
📊Just hopped off a call with the top TA guys on X. Most of them shorted the top like us, but they held onto their spot bags because they weren’t confident about the #crypto crash. Meanwhile, we sold all our spot bag at $121k. Now we are waiting for the bottom to deploy.
Hashtags
@forexsignalstrialgroup · Post #18458 · 17.04.2026 г., 08:25
Crypto Signals News Forecast Starting 17th April 2026 https://www.fxpremiere.com/crypto-signals-news-forecast-starting-17th-april-2026/#crypto
Hashtags
@forexsignalstrialgroup · Post #18327 · 03.04.2026 г., 08:32
Crypto Signals Live News Today – 3rd April 2026 https://www.fxpremiere.com/crypto-signals-live-news-today-3rd-april-2026/#crypto
Hashtags
@forexsignalstrialgroup · Post #18314 · 01.04.2026 г., 09:46
Live Crypto Signals News Today – Bitcoin, Ethereum & Altcoins | April 1, 2026 https://lnkd.in/d7Bw5_ij#crypto
Hashtags
@forexsignalstrialgroup · Post #18296 · 30.03.2026 г., 08:57
Live Crypto Signals News Today – Bitcoin, Ethereum & Altcoins | March 30, 2026 https://www.fxpremiere.com/live-crypto-signals-news-today-bitcoin-ethereum-altcoins-march-30-2026/#crypto
Hashtags
@forexsignalstrialgroup · Post #18260 · 26.03.2026 г., 08:59
Live Crypto Signals News Today – Bitcoin, Ethereum & Altcoins | March 26, 2026 https://www.fxpremiere.com/live-crypto-signals-news-today-bitcoin-ethereum-altcoins-march-26-2026/#crypto Make Money Online - FxPremiere Group
Hashtags
@forexsignalstrialgroup · Post #18240 · 25.03.2026 г., 11:13
Live Crypto Signals News Today – Bitcoin, Ethereum & Altcoins | March 25, 2026 https://www.fxpremiere.com/live-crypto-signals-news-today-bitcoin-ethereum-altcoins-march-25-2026/#Crypto
Hashtags
@forexsignalstrialgroup · Post #18227 · 24.03.2026 г., 10:18
Live Crypto News Today – Bitcoin, Ethereum & Altcoins | March 24, 2026 https://www.fxpremiere.com/live-crypto-news-today-bitcoin-ethereum-altcoins-march-24-2026/#crypto
Hashtags
@forexsignalstrialgroup · Post #18202 · 20.03.2026 г., 11:40
Live Crypto Signals News Today – March 20, 2026 https://www.fxpremiere.com/live-crypto-signals-news-today-march-20-2026/#crypto
Hashtags
@sipangE · Post #18149 · 01.12.2024 г., 03:01
[속보] 박찬대 "가상자산 과세 2년 유예 동의키로" #Crypto
Hashtags
@forexsignalstrialgroup · Post #18088 · 09.03.2026 г., 09:21
Live Crypto News Today: Bitcoin, Ethereum and Altcoins Trade Under Pressure as Oil Shock, USD Strength and War Headlines Hit Risk Assets 9th March 2026 https://www.fxpremiere.com/live-crypto-news-today-bitcoin-ethereum-and-altcoins-trade-under-pressure-as-oil-shock-usd-strength-and-war-headlines-hit-risk-assets-9th-march-2026/#crypto
Hashtags