@americancryptotrading · Post #27475 · 20.12.2025 г., 10:32
🇺🇸#MNT/USDT is retesting the broken s/rzone on the 3D timeframe🧐 More upside after the bounce✈️ American 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
Пребарај: #mnt
@americancryptotrading · Post #27475 · 20.12.2025 г., 10:32
🇺🇸#MNT/USDT is retesting the broken s/rzone on the 3D timeframe🧐 More upside after the bounce✈️ American Crypto©
Hashtags
@americancryptotrading · Post #27427 · 03.11.2025 г., 10:02
🇺🇸#MNT/USDT has retested the s/rzone on the 3D chart💁♂️ Bullish case✈️ American Crypto©
Hashtags
@bitcoinbuliets · Post #13503 · 21.04.2026 г., 04:03
#MNT Market Analysis MNT/USDT remains bearish with price trading in the lower half of Bollinger Bands and MACD signaling downward momentum. RSI near 42 shows weak buying interest, confirming the bearish structure with resistance at 0.6458 holding firm. Bulls need to hold above 0.6099 to target a retest of 0.6458 and potentially 0.6615. Bears stay in control below 0.6458, risking a drop to 0.6099 and a breakdown of key support. Watch 0.6099 for the next directional cue. --- ➖➖➖➖➖➖➖ Bitcoin Bullets® Trading
Hashtags
@bitcoinbuliets · Post #13496 · 20.04.2026 г., 20:03
#MNT Market Analysis MNT/USDT remains bearish with price hovering in the lower half of the Bollinger Bands and RSI near 41, confirming weak momentum. MACD is bearish, reinforcing sellers' control after recent lower highs. Bulls need to hold 0.6099 to aim for a rebound toward 0.6614 resistance. Bears gain edge on a break below 0.6099, risking a deeper drop to lower supports. Watch 0.6099 closely for the next directional move. --- ➖➖➖➖➖➖➖ Bitcoin Bullets® Trading
Hashtags
@bitcoinbuliets · Post #13488 · 20.04.2026 г., 04:03
#MNT Market Analysis MNT/USDT shows a bearish structure with price hovering near the lower Bollinger Band and RSI deep in oversold territory at 28.5. MACD confirms downside momentum with no signs of reversal yet. Bulls need to hold above 0.6539 to target resistance at 0.6679 and potentially test 0.6767. Bears stay in control below 0.6539, risking a drop further from key support levels. Watch 0.6539 closely for next directional clues. --- ➖➖➖➖➖➖➖ Bitcoin Bullets® Trading
Hashtags
@bitcoinbuliets · Post #13483 · 19.04.2026 г., 22:18
🔥#MNT Update🔥 Target 1 : 0.6373✅ Target 2 : 0.6321✅ Profit: 8% on 5x lev🚀 Stacking wins like clockwork ⏱ 🔥 Never miss a signal → @JOETHECEO
Hashtags
@bitcoinbuliets · Post #13481 · 19.04.2026 г., 20:03
#MNT Market Analysis MNT/USDT remains bearish with price hugging the lower Bollinger Band and RSI near 36, signaling weak momentum. MACD confirms the downside pressure as the pair struggles below key resistances around 0.6615-0.6679. Bulls need to hold above 0.6538 to build a base and target a retest of 0.6679. Bears take control if 0.6538 breaks, risking a drop toward 0.642 and lower support zones. Watch 0.6538 closely for direction. --- ➖➖➖➖➖➖➖ Bitcoin Bullets® Trading
Hashtags
@beyond_crypto_uk · Post #214 · 08.05.2024 г., 19:25
😺How are your cats doing with Catizen? More than 5,000,000 cat lovers are already participating in the project, and thousands are joining every day. Catizen has entered into a partnership with the Mantle Network (#MNT). Our goal is to make Catizen a bridge not only between Telegram and the TON blockchain, but also between the Ethereum ecosystem (#ETH) and TON. 💸If you're still not making easy money with no investment, then quickly follow the link here! Beyond Crypto
@unionpay_currency · Post #16308 · 28.04.2026 г., 07:01
Свежий расчет на 28.04.2026 10:00 для Монгольского тугрика #расчеты#MNT Каждый день новые расчеты в @UnionPay_currency Вся информация про UnionPay есть в https://unionpay.glide.page Информационная поддержка: @UnionPay_info
@unionpay_currency · Post #16204 · 21.04.2026 г., 07:02
Свежий расчет на 21.04.2026 10:00 для Монгольского тугрика #расчеты#MNT Каждый день новые расчеты в @UnionPay_currency Вся информация про UnionPay есть в https://unionpay.glide.page Информационная поддержка: @UnionPay_info
@unionpay_currency · Post #16056 · 14.04.2026 г., 07:01
Свежий расчет на 14.04.2026 10:00 для Монгольского тугрика #расчеты#MNT Каждый день новые расчеты в @UnionPay_currency Вся информация про UnionPay есть в https://unionpay.glide.page Информационная поддержка: @UnionPay_info
@unionpay_currency · Post #15913 · 07.04.2026 г., 07:01
Свежий расчет на 07.04.2026 10:00 для Монгольского тугрика #расчеты#MNT Каждый день новые расчеты в @UnionPay_currency Вся информация про UnionPay есть в https://unionpay.glide.page Информационная поддержка: @UnionPay_info