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

Резултати

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

Пребарај: #ach

当前筛选 #ach清除筛选
CryptoBull_360™

@cryptobull_360 · Post #48545 · 24.02.2026 г., 17:38

🙋‍♂👀#ACH Alchemy Pay plans increase the total ACH supply from 10 billion to ~15.35 billion in order to support the growth of Alchemy Chain, as well as launch a buyback. 📆 Voting on this proposal will end on March 1st.

Hashtags

Pro Analysis

@proanalysistrader · Post #28267 · 26.11.2024 г., 13:06

#ACH/USDT analysis : #ACH is currently in an uptrend, consistently making new highs and trading above the 200 EMA. The price is in a corrective phase and is expected to test the support zone. A bounce from this level is anticipated, allowing the price to continue its bullish momentum. It is recommended to wait for the price to test the zone before considering a long entry. TF : 2H Entry : $0.02460 Target : $0.02950 SL : $0.02195

Hashtags

Pro Analysis

@proanalysistrader · Post #27913 · 08.09.2024 г., 03:39

#ACH/USDT analysis : #ACH is presently undergoing a correction phase in a downtrend. It is anticipated to test the previous resistance zone before resuming the trend. Wait for the price to test the resistance zone and reject from there to initiate a short position. TF : 1h Entry : $0.01688 Target : $0.01573 SL : $0.01745

Hashtags

American Crypto©

@americancryptotrading · Post #27483 · 28.12.2025 г., 09:10

🇺🇸#ACH/USDT is facing the lowerborder of the descendingchannel pattern on the weekly timeframe🧐 If we bounce, more upside is likely✈️ American Crypto©

Hashtags

Crypto Profit Coach™

@cryptoprofitcoach · Post #8930 · 25.11.2023 г., 13:28

#ACH👈 https://www.binance.com/en/trade/ACH_BTC Buying Zone 53-56 Buy in parts Strictly follow as directed 👆inside info-based coin Sell 🤑 61-63 🤑 63-68 🤑 68- 73 🚀 73 - 80 & above Bullish above - 50 Use OCO after rising of Coin always

Hashtags

Crypto Profit Coach™

@cryptoprofitcoach · Post #8658 · 23.01.2023 г., 16:59

#ACH👈 https://www.binance.com/en/trade/ACH_BTC Buying Zone 45-48 Buy in parts Strictly follow as directed 👆 Sell 🤑 51-52 🤑 52-56 🤑 56- 60 🚀 60 - 65 & above Bullish above - 40 Use OCO after rising of Coin always

Hashtags

Crypto Profit Coach™

@cryptoprofitcoach · Post #8602 · 23.12.2022 г., 13:11

#ACH👈 https://www.binance.com/en/trade/ACH_BTC Buying Zone 45-47 Buy in parts Strictly follow as directed 👆 Sell 🤑 51-52 🤑 52-56 🤑 56- 60 🚀 60 - 65 & above SL - 40 Use OCO after rising of Coin always

Hashtags

Crypto Profits Hub

@Futurentry · Post #3933 · 07.12.2023 г., 16:33

⚡️⚡️#ACH/USDT ⚡️⚡️ Platform: Binance Futures Signal Type: Regular (Long) Leverage: Cross (20х) Entry Point : 0.02278 Take-Profit Targets : 1)0.023122 2)0.02335 3)0.023577 4)0.023919 5)0.024147 6)0.024489 7) 🚀🚀🚀 Stop : 5-10%

Hashtags

Crypto

@signal_bitcoins · Post #2596 · 31.01.2024 г., 15:49

#ACH rejected from the Trendline on 3D Time frame,now filled the first support zone completely, breakout incoming 💫 ❄️@signals_bitcoin_crypto❄️ ❄️@Shadow_support0o❄️

Hashtags

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