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

Резултати

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

Пребарај: #ltc

当前筛选 #ltc清除筛选
Crypto Signals & Bot Trades

@cryptosignalalert · Post #28366 · 16.02.2026 г., 15:23

✔️✔️#LTC/USDT – Update $50 remains the key level on the radar over the coming weeks. Price structure suggests a potential move toward this zone, with momentum building gradually as the market stabilizes.

Hashtags

Pro Analysis

@proanalysistrader · Post #28006 · 12.10.2024 г., 04:59

#LTC/USDT analysis : #LTC is currently experiencing a pullback towards the 200 EMA on the higher time frame. The price is expected to rise from the current level and test previous highs. For a long entry, it is advisable to wait for a break above the $67.67 level. TF : 1D Entry : $67.67 Target : $76.31 SL : $61.69

Hashtags

Pro Analysis

@proanalysistrader · Post #27769 · 28.07.2024 г., 09:20

#LTC/USDT analysis - #LTC has recovered its support levels post breakdown. Price is anticipated to sustain its bullish momentum and challenge previous highs. SL will be placed below the zone. TF : 4H Entry : $71.19 Target : $76.15 SL : $68.74

Hashtags

Pro Analysis

@proanalysistrader · Post #27752 · 11.07.2024 г., 16:14

#LTC/USDT analysis - #LTC is consolidating in a resistance zone and is expected to soon reject from that zone. The previous swing low is expected to be tested. For a short entry, wait for a break of the $66.95 level. TF : 2h Entry : $66.95 Target : $58.49 SL : $70.16

Hashtags

Pro Analysis

@proanalysistrader · Post #27712 · 28.06.2024 г., 06:14

#LTC/USDT analysis - #LTC is in a downtrend, making lower lows (LLs) and lower highs (LHs). The price is currently experiencing a pullback and is expected to test the supply zone near the 200 EMA, where excessive selling has occurred before. Wait for the price to approach the zone for a short entry. TF : 2h Entry : $73.98 Target : $70.73 SL : $75.42

Hashtags

Pro Analysis

@proanalysistrader · Post #27665 · 17.06.2024 г., 03:24

#LTC/USDT analysis - #LTC is currently moving sideways in a support and resistance zone. The price has rejected from resistance and is now expected to test support levels, creating a potential short selling opportunity. TF : 1H Entry : $78.50 Target : $75.57 SL : $80.52

Hashtags

American Crypto©

@americancryptotrading · Post #27575 · 01.04.2026 г., 10:20

🇺🇸#LTC/USDT is facing the lowerboundary of the descendingtriangle formation on the weekly timeframe🧐 Accumulate here📈 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27472 · 17.12.2025 г., 10:16

🇺🇸#LTC/USDT is holding above the lowerboundary of the symmetricaltriangle pattern on the weekly chart🔍 Bounce is coming📈 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27418 · 25.10.2025 г., 08:07

🇺🇸#LTC/USDT is stabilizing near the broken s/rzone on the weekly timeframe🔍 Retest completed, time to rally🐃 American Crypto©

Hashtags

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