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

Резултати

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

Пребарај: #cryptoassets

当前筛选 #cryptoassets清除筛选
DigitalGenie Trading News

@digitalgentop · Post #40 · 21.05.2024 г., 20:51

☄️🌐We apologize for any inconvenience that may have been caused by the temporary disruption in service. We are committed to providing a seamless and secure experience for all of our users and appreciate your understanding during this time. We are excited to introduce the bonus plan worth $10M as a token of gratitude for your patience and support. Details of the plan will be shared soon, and payouts will be processed next week. 👍❗️ Thank you once again for your trust in Wallet, and we look forward to continuing to provide you with a reliable and rewarding experience.🛡✨ #Cryptoinvesting #Cryptoassets #Cryptomining

DigitalGenie Trading News

@digitalgentop · Post #10 · 21.05.2024 г., 16:42

☄️🌐We apologize for any inconvenience that may have been caused by the temporary disruption in service. We are committed to providing a seamless and secure experience for all of our users and appreciate your understanding during this time. We are excited to introduce the bonus plan worth $10M as a token of gratitude for your patience and support. Details of the plan will be shared soon, and payouts will be processed next week. 👍❗️ Thank you once again for your trust in Wallet, and we look forward to continuing to provide you with a reliable and rewarding experience.🛡✨ #Cryptoinvesting #Cryptoassets #Cryptomining

DigitalGenie Trading News

@digitalgentop · Post #234 · 04.06.2024 г., 18:02

💥PayPal’s new stablecoin on Solana will offer ‘confidential transfers 🔗Confidential transfers allow merchants to provide confidentiality for transaction amounts to their consumers while maintaining visibility for regulatory purposes #Cryptocurrencynews #Cryptoinvesting #Bitcoincommunity #Cryptoassets

DigitalGenie Trading News

@digitalgentop · Post #37 · 21.05.2024 г., 19:50

🔥 Breaking News: Andrew Tate, former professional kickboxing world champion, has revealed his intention to transition away from fiat currency entirely and invest over $100 million in Bitcoin.💸This move signals Tate's strong belief in the future potential of Bitcoin as a superior store of value compared to traditional currencies.🕯🌐 #Cryptoassets #Cryptomining #Cryptotips

DigitalGenie Trading News

@digitalgentop · Post #6 · 21.05.2024 г., 13:40

🔥 Breaking News: Andrew Tate, former professional kickboxing world champion, has revealed his intention to transition away from fiat currency entirely and invest over $100 million in Bitcoin.💸This move signals Tate's strong belief in the future potential of Bitcoin as a superior store of value compared to traditional currencies.🕯🌐 #Cryptoassets #Cryptomining #Cryptotips

DigitalGenie Trading News

@digitalgentop · Post #36 · 21.05.2024 г., 19:44

🔥 Mastercard, Citigroup, and JPMorgan Chase join forces to pilot shared ledger technology for Tokenized Assets settlement processes, with the goal of enhancing speed and security in cross-border transactions. This collaboration could transform the financial sector by enabling diverse asset types to settle on a unified platform.⭐️🌐 #Cryptoassets #Cryptosuccess #Blockchainrevolution

DigitalGenie Trading News

@digitalgentop · Post #244 · 06.06.2024 г., 18:02

🔝 SEI analysis: 🕯 Price is currently trading within a triangle pattern, and we are approaching a crucial decision point. ✨The breakout of this triangle pattern will determine the next market movement. 🔄A breakout in the upward direction will likely push the price towards the next resistance area. ✔️Consider opening a small long position at the support area with a tight stop loss. Support Area: $0.497-$0.51 #Cryptoinvesting #Cryptoassets #Cryptomining #Cryptotips

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