@desi_memes_funny_jokes · Post #4754 · 08.06.2024 г., 11:05
#PoliticalBanter#MemeBattle#RahulSanjayMemeFest
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
Пребарај: #memebattle
@desi_memes_funny_jokes · Post #4754 · 08.06.2024 г., 11:05
#PoliticalBanter#MemeBattle#RahulSanjayMemeFest
@toncoin_rap · Post #157 · 20.09.2024 г., 14:49
🎧⤴ 🤑Memelandia Revolution: Get Ready for Meme Battles, Prizes & Airdrops! TON Memelandia is taking the memecoin world by storm at Token2049, evolving into a decentralized land where communities thrive on memes. With the launch of Cabal Arena, Memecoin Mountain, and more, expect epic battles between traders, creators, and memecoin communities. Major announcements, giveaways, and airdrops will ignite the meme revolution. Prepare for the ultimate Web3 engagement with tools that make launching memecoins easier than ever, with zero coding required! Chorus: Memelandia's rising, memes be flyin' high, Battle in the Cabal, see who’s gonna ride. Coins drop like rain, community’s tight, We on the mountaintop, shining all night. Verse 1: In the Cabal Arena, the traders collide, Meme battles lit, like a wild ride. Community strong, got the mountain in sight, Climb to the peak, under the spotlight. Airdrops hit, prizes on deck, TON’s memecoin, what did you expect? Fair fights, no scams, no rug in sight, Launch your coin, make the market ignite! Chorus: Memelandia's rising, memes be flyin' high, Battle in the Cabal, see who’s gonna ride. Coins drop like rain, community’s tight, We on the mountaintop, shining all night. Verse 2: Launchpad’s hot, with a touch of a click, For less than a buck, your coin can stick. No-code tools, easy as can be, Build your meme dream, and set it free. Community forest, we gather the crews, Spaces go wild, spreadin' the news. TON’s the future, revolution’s begun, We’re stackin' memecoins, ready to run! Chorus: Memelandia's rising, memes be flyin' high, Battle in the Cabal, see who’s gonna ride. Coins drop like rain, community’s tight, We on the mountaintop, shining all night. Verse 3: Big rewards, liquidity flyin’ around, Hold your memecoins, watch them compound. TON Foundation, leading the way, Memelandia’s here, and it's here to stay. With every battle, the stakes get higher, Communities reign, and the tokens catch fire. Fair launch or presale, the choice is yours, Join the revolution, and open new doors! Chorus: Memelandia's rising, memes be flyin' high, Battle in the Cabal, see who’s gonna ride. Coins drop like rain, community’s tight, We on the mountaintop, shining all night. Bridge: Memecoins flow, through Telegram’s might, Communities glow, shining so bright. TON’s got the tools, we breaking the chains, In Memelandia, only greatness remains! #Memelandia#MemeBattle#Web3Revolution #TONCryptoNewsRapStyle 🎧@toncoin_rap