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

Резултати

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

Пребарај: #jumpfun

当前筛选 #jumpfun清除筛选
jump.fun

@jumpdotfun · Post #50 · 27.11.2024 г., 13:55

#jumpfun is all about community 🚀 Got friends? Got a squad? Or just want to flex as a community leader? 🔹 Set up your own jump.fun community & get listed on the Community Board – instant clout, endless rewards 🔹 Every donation - 1% for you, 1% for the referrer, and 1% for the community creator 🔹 Oh, and 50% of protocol revenue? Straight back to community rewards, 25% to traders, 15% to referrers, 10% to community creators Keep building, keep earning. 💰💰 #MEGA

jump.fun

@jumpdotfun · Post #39 · 24.11.2024 г., 10:12

My mom says I’m special… and guess what? She’s right. 🦘💎 • Liquidity War Mode • 100% Buyback • Free 6 ETH Liquidity Loan • Powerful Referral Incentive System Pretty sure that proves how special jump.fun is😉 #MEGA#jumpfun

jump.fun

@jumpdotfun · Post #33 · 23.11.2024 г., 17:01

Everything You Need to Know About Donate on Jump.fun Why Donate? The Donate mechanism solves a critical problem in the ETH memecoin market: lack of initial liquidity. Your donations directly fund the creator to add liquidity for new memecoins. This ensures every project starts with a fair and solid foundation. You’re directly contributing to the growth of meme culture on Ethereum. #MEGA What’s in it for you? Donating isn’t just about supporting projects—it’s about getting rewarded with ownership: ▪️80% JUMP token will be distributed to donators ▪️Get a chance to win ETH from the Fomo3D prize pool $JUMP Tokenomics Total supply: 1,000,000,000 ▪️Donation Rewards: 800,000,000 (80%) ▪️Initial Liquidity: 120,000,000 (12%) ▪️Team: 40,000,000 (4%) - with 12-month vesting period ▪️CEX Listing: 40,000,000 (4%) Wen Claim JUMP The JUMP tokens will be distributed after the donation is ended. At that time, you can claim your tokens through the "Claim" option on the Donate page. Why is #jumpfun different? Unlike other platforms (e.g., pumpdotfun), jumpfun shares protocol revenue with the community. This creates a positive feedback loop: More donations →more token launches →higher revenue → more $JUMP buybacks → stronger community incentives. Dear Ethereum community: start donating today and bring memecoin fomo back home where it belongs. (Yes we are talking to you Vitalik!) 👉 Visit Jump.fun to learn more!

jump.fun

@jumpdotfun · Post #30 · 22.11.2024 г., 14:44

Time to JUMPstart a new era of memecoin history. Time to make memes on Ethereum great again! #MEGA#jumpfun Let's f***cking jump 🦘🚀📈

jump.fun

@jumpdotfun · Post #32 · 23.11.2024 г., 13:40

🚀 The wait is over - $JUMP is live! 🚀 Donate now and secure your stake in Jump.fun, the next-generation memecoin launchpad: 🔥 Liquidity War Mode (loot liquidity, win big!) 💰 FREE 6 ETH liquidity loan on Uniswap ⚡️ Community-ownership via $JUMP token #jumpfun is the key to bring back memecoin FOMO and fun to the Ethereum ecosystem. #MEGA 🌕 Don’t just watch - #jump high, moon higher!