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

Резултати

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

Пребарај: #lisk

当前筛选 #lisk清除筛选
Nomis | Onchain Reputation Protocol

@nomis_protocol · Post #625 · 26.02.2025 г., 11:52

🚨 Lisk Airdrop Season 1: PoH Stage Powered by Nomis is LIVE The campaign includes 3 Seasons, the 1st one ends 28th Feb! How to increase your #Lisk Score? It's simple: be more active on chain. The more you perform, the higher your Score 🤠 Wait, extra $LSK allocation for all #Lisk Score holders? YEP! All 10+ Lisk Score holders get: - 5,000 welcome points - 15% boost to holders' allocated non-referral airdrop points 👉 How to Get Involved: 1. Head over to 🔗Nomis 2. Mint Your Lisk Score (It should be 10+) 3. Go to Lisk Portal and 🔗Claim Rewards (Make it happen until the 1st Season ends!) Read The Extended Guide 🔗Here 💠Nomis tApp | X | Discord | YouTube | Check Scores⚖️

Hashtags

Nomis | Onchain Reputation Protocol

@nomis_protocol · Post #624 · 21.02.2025 г., 20:03

We safeguard airdrops. We prove you're human. We build reputation. We reward YOU for building yours 🪂 Nomis has become the official anti-Sybil tool for the Lisk ecosystem with our #Lisk Rep Score -> 🔗Mint Lisk Score What does this mean for you? So-o-o, with your Lisk Score, you can increase up to 15% of your non-referral airdrop points You contribute—you deserve to be rewarded, remember? Always keep our promises 💜 Stay tuned for more; we've got something else to share 🧘‍♀️ 💠Nomis tApp | X | Discord | YouTube | Check Scores⚖️

Hashtags

Pro Analysis

@proanalysistrader · Post #27794 · 04.08.2024 г., 12:59

#LSK/USDT analysis - #Lisk is experiencing a corrective pullback, creating a quick scalp opportunity on the buy side. Price is following a trendline. It is expected to bounce off from there and test the 200 EMA resistance level. TF : 15min Entry : $0.832 Target : $0.856 SL : $0.817

Hashtags

🗺 Travel the World | Private Expeditions

@expeditionsworldwide · Post #55 · 13.08.2020 г., 04:18

Today. I added to my experimental portfolio a coin - Lisk#LSK paired with #USDT on the Binance cryptocurrency exchange. For me, this coin looks attractive for a long-term investment. 🛒Motives for buying#LSK #Lisk ranks 63rd in the CoinMarketCap rating. Good fundamental analysis is expected by the end of the year, including the halving on September 28. The coin was not pumped! The price is close to the resistance zone $1.6555-1.8727, Support level is the $1.2840-1.0440. The price projector points to a rise of $3.30. I expect to grow from 130% to 180%. 🎯 Fibonacci 10$ experiment.