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

Резултати

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

Пребарај: #nuls

当前筛选 #nuls清除筛选
Pro Analysis

@proanalysistrader · Post #28488 · 21.02.2025 г., 10:07

#NULS/USDT analysis : #NULS is currently in a bearish trend, trading below the 200 EMA and consistently making new lows. The price is testing the 200 EMA, with expectations of a rejection at this level, which will lead to a continuation of the bearish momentum and the formation of new lows. TF : 4h Entry : $0.2760 Target : $0.2150 SL : $0.3145

Hashtags

Pro Analysis

@proanalysistrader · Post #28128 · 06.11.2024 г., 14:20

#NULS/USDT analysis : #NULS is currently in a downtrend, establishing lower lows (LLs) and lower highs (LHs) below the 200 EMA. The price has retraced to the resistance zone, and it is anticipated that it will continue its bearish momentum, potentially testing lower levels. TF : 4h Entry : $0.2996 Target : $0.2667 SL : $0.3230

Hashtags

Pro Analysis

@proanalysistrader · Post #27776 · 30.07.2024 г., 11:34

#NULS/USDT analysis - #NULS is trading in a downtrend below the 200 EMA. The price is currently declining from resistance zone and is expected to test the support zone soon. TF : 1H Entry : $0.3080 Target : $0.2840 SL : $0.3246

Hashtags

Pro Analysis

@proanalysistrader · Post #27755 · 13.07.2024 г., 17:36

#NULS/USDT analysis - #NULS is in an uptrend, trading above the 200 EMA. After the breakdown of the previous swing high, the price is now sustaining this level and is expected to continue its bullish momentum to test new highs. TF : 30min Entry : $0.3237 Target : $0.3479 SL : $0.3171

Hashtags

Binance Big Pump Signals Future trade

@binancebigpumpsignalsfuture · Post #2025 · 09.02.2022 г., 05:44

#NULS result 2 nd target achieved in just 2 days ✅✅ One more huge quick profit 32%🤑💰🤑 👉 Still thinking? The more you wait more you lose profit ☎️ Contact @MichaelStrategiesVip for membership and grab next breakout signal

Hashtags

Binance Big Pump Signals Future trade

@binancebigpumpsignalsfuture · Post #2017 · 06.02.2022 г., 15:52

#NULS result 1 st target achieved in just 6 house ✅✅✅ One more huge quick profit 6.3%🤑💰🤑 👉 Still thinking? The more you wait more you lose profit ☎️ Contact @MichaelStrategiesVip for membership and grab next breakout signal

Hashtags

Binance Big Pump Signals Future trade

@binancebigpumpsignalsfuture · Post #1876 · 30.12.2021 г., 09:21

#NULS result 1rd target achieved in just 16 house ✅✅✅ One more huge quick profit 5%🤑💰🤑 👉 Still thinking? The more you wait more you lose profit ☎️ Contact @MichaelStrategiesVip for premium membership and grab next breakout signal

Hashtags

🗺 Travel the World | Private Expeditions

@expeditionsworldwide · Post #64 · 18.08.2020 г., 22:16

📉 Today the market is in a slight correction. This is good for me. Any price drop, I regard as an opportunity to buy cryptocurrency at a good price. Today I add to my portfolio - NULS (#NULS). Bought it for $ 10, on the largest crypto-exchange Binance. 🎯 Long term investment. The Motive to buy: #NULS is ranked 168 in the CoinMarketCap rating. The coin was not pumped! The price has retested the support zone of $0.2125-0.3798 and moves to the resistance zone of $1.1065-1.3249. To continue the growth, it is necessary to consolidate above $1.3250. Price projector points to growth towards $2.15. 🚀 Expected to grow from 85% to 460%. 😱 You can see my previous investment result here - https://bit.ly/30GlvN2

Hashtags

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