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

Резултати

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

Пребарај: #slexupdate

当前筛选 #slexupdate清除筛选
SLEX NEWS

@slex_io · Post #112 · 23.10.2023 г., 13:01

📢Peercoin Now is Available for Trade on SLEX!🎉 🔗Dear SLEXians, we're excited to inform you that Peercoin is now officially available for trading on the SLEX Centralized Exchange's spot market! 🔹Coin: Peercoin (PPC) 🔹TradingPair: PPC/USDC 🚀Join SLEX Centralized Exchange, deposit and start trading Peercoin on spot market! #SLEXUpdate#PeercoinTrading#SpotMarket#SLEXTrading#PeercoinOnSLEX Email | Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #150 · 31.01.2024 г., 11:16

🎉 Syscoin (SYS) is now available on the SLEX Exchange! 🌟 🚀 Exciting news for all SLEXians: coin of the innovative blockchain platform Syscoin (SYS/USDT) is officially up for trading! This is a special listing because SLEX Exchange supports Syscoin UTXO, Syscoin Rollux, and Syscoin NEVM networks for spot market trading! 🔹Crypto: Syscoin 🔹Trading Pair: SYS/USDT 📈 Dive into trading Syscoin, enhance your portfolio, and boost your earnings with Syscoin (SYS\USDT) on the spot market at SLEX Centralized Exchange. #SLEXUpdate#SYSUSDTTrading#SpotMarket#SLEXTrading#SYSUSDTOnSLEX Website| Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #139 · 17.12.2023 г., 09:03

🎉 Memecoin (MEME) is Listed on SLEX Exchange! 🌟 🚀 Big announcement for the SLEXians: the much-anticipated mem-token, MEME/USDT, is now available for trading on the SLEX Exchange! 🔹Crypto: Memecoin 🔹TradingPair: MEME/USDT 📈 Buy, diversify your portfolio, and trade Memecoin (MEME\USDT) on the spot market on the SLEX Centralized Exchange. #SLEXUpdate#MEMEUSDTTrading#SpotMarket#SLEXTrading#MEMEUSDTOnSLEX Website| Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #134 · 07.12.2023 г., 13:46

📢 Shiba Inu is Now Available for Trading on SLEX! 🌟 🐕 Exciting news for SLEXians: trading pair of famous mem-token, SHIB/USDT, is now live on the SLEX Exchange. This opens up the opportunity for users to trade Shiba Inu in the spot market or leverage it for various long-term investment strategies. 🔹Crypto: Shiba Inu 🔹TradingPair: SHIB/USDT 🚀 Seize the opportunity to successfully trade SHIB/USDT after Elon Mask twits and boost your earnings on the SLEX Centralized Exchange. #SLEXUpdate#SHIBUSDTTrading#SpotMarket#SLEXTrading#SHIBUSDTOnSLEX Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #130 · 23.11.2023 г., 12:01

📢 Chainlink is Now Available for Trading on SLEX! 🌟 🔗 Great news for the SLEX Community! We are excited to inform you that the LINK/USDT trading pair is now available on SLEX Exchange. Users have the opportunity to trade Chainlink on the spot market or use it as part of a variety of long-term investment strategies. 🔹Token: Chainlink 🔹TradingPair: LINK/USDT 🚀Embrace the chance to trade LINK/USDT on the SLEX Centralized Exchange. Deposit now and begin your trading journey with this dynamic pair in the spot market. #SLEXUpdate#LINKUSDTTrading#SpotMarket#SLEXTrading#LINKUSDTOnSLEX Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #127 · 20.11.2023 г., 13:32

📢 Nelore Coin isNow Tradable on SLEX!🎉 🔗Attention SLEX Community, we're excited to share that Nelore Coin has been officially listed and is now open for trading on the SLEX, either for spot market trading or as part of your long-term investment strategy! 🔹Coin: Nelore Coin (NLC) 🔹TradingPair: NLC/USDT 🚀Join the SLEX Centralized Exchange today, make your deposits, and start trading Nelore Coin in the spot market! #SLEXUpdate#NeloreCoinTrading#SpotMarket#SLEXTrading#NeloreCoinOnSLEX Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #125 · 16.11.2023 г., 12:03

📢LanaCoin is Now Available to Trade on SLEX!🎉 🔗Dear SLEXians, we're thrilled to announce that LanaCoin has been officially listed and is now available for spot market trading or long-term strategies investment on the SLEX Centralized Exchange! 🔥 🔹Coin: LanaCoin (LANA) 🔹Trading Pair: LANA/USDT 🚀Join the SLEX Centralized Exchange, deposit, and start your LanaCoin trading on the spot market! #SLEXUpdate#LanaCoinTrading#SpotMarket#SLEXTrading#LanaCoinOnSLEX Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #148 · 17.01.2024 г., 15:18

🎉 Zcash (ZEC) is Now Listed on SLEX Exchange!🌟 🚀 Exciting news for all SLEXians: the highly sought-after cryptocurrency, Zcash (ZEC), is officially available for trading on the SLEX Exchange with two dynamic pairs! 🔹Crypto: Zcash; 🔹TradingPairs: ZEC/USDT & ZEC/BTC; 📈 Engage in trading, enhance your portfolio, and explore the possibilities with Zcash (ZEC\USDT & ZEC\BTC) in the spot market on SLEX Centralized Exchange. #SLEXUpdate#ZECUSDTTrading#ZECBTCTrading#SpotMarket#SLEXTrading#ZECOnSLEX Website| Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #141 · 22.12.2023 г., 12:05

🌐 New Popular Cryptocurrencies Now Live on SLEX Exchange! 🎉 🚀 SLEX has expanded our trading offerings with the addition of Injective (INJ), Arbitrum (ARB), and Gala (GALA)! 🔹 Cryptos Listed: - Injective (INJ) - Arbitrum (ARB) - Gala (GALA) 🔹 Trading Pairs: - INJ/USDT - ARB/USDT - GALA/USDT 🤑Trade these dynamic assets to boost your earnings and diversify your portfolio on the SLEX Centralized Exchange! #SLEXUpdate#INJUSDT#ARBUSDT#GALAUSDT#SpotMarket#SLEXTrading#TradeOnSLEX Website| Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter

SLEX NEWS

@slex_io · Post #146 · 10.01.2024 г., 13:40

🌐Exciting New Crypto Listings on SLEX Exchange! 🚀 🎉Big news for traders! SLEX Exchange has broadened our horizons by including a diverse range of new cryptocurrencies in our trading portfolio. 🔹 Newly Listed Cryptos: - BEAM (Beam) - FIL (Filecoin) - SNX (Synthetix) - DYDX (dYdX) - FET (Fetch) - IMX (Immutable X) - PEPE (PepeCoin) - AMP (Amp) - BLUR (Blur) - SAND (The Sandbox) 💰Dive into trading new promising assets to amplify your earnings and broaden your investment portfolio on the SLEX Centralized Exchange! #SLEXUpdate#PEPE#BLUR#AMP#SAND#IMX#FET#DYDX#SNX#FIL#BEAM#DiverseTrading#SLEXTrading Website| Telegram | Reddit | Facebook | Instagram | Medium | Linkedin | Twitter