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

Резултати

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

Пребарај: #gptmodel

当前筛选 #gptmodel清除筛选
ChatGPT AI Technology News

@chatgpt_officialnews · Post #67 · 24.03.2025 г., 15:59

🚀 Student Mode – Your AI Study Buddy! 📚🎓 Struggling with studies? AI is now your ultimate learning assistant! 🏆 ✨ What can it do? ✅ Homework Help – Get explanations & answers instantly! ✅ Summarize Texts & Notes – Save time while studying! ✅ Answer Any Subject Questions – Math, Science, History & more! 💡 How to activate? Simply type: 🔹 /mode – Select Student Mode for a smart study buddy! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 Ace your studies with AI-powered learning! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#AIUpgrade#GPTModel ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #62 · 22.03.2025 г., 17:52

Nearly 100% of cancer identified by new AI, easily outperforming doctors | In what's expected to soon be commonplace, AI is being harnessed to pick up signs of cancer more accurately than the trained human eye. 🔥 The ultimate all-in-one AI mode is here! Try it today! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#AIUpgrade#GPTModel ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #61 · 22.03.2025 г., 15:59

🚀 Standard Mode – The Perfect Balance! 🎯🤖 Need a reliable, well-rounded AI assistant? Standard Mode is here! 🏆 ✨ What can it do? ✅ Great for everyday tasks – Chatting, answering questions, and quick research. ✅ Balanced Performance – No overcomplications, just smart AI! ✅ Perfect for casual and professional use – Your all-in-one AI assistant. 💡 How to activate? Simply type: 🔹 /mode – Select Standard Mode for a smooth AI experience! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 The ultimate all-in-one AI mode is here! Try it today! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#AIUpgrade#GPTModel ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #56 · 21.03.2025 г., 15:59

🚀 The Next Leap – GPT-4.5 is Here! 🌍🔥 Welcome to the future of AI with GPT-4.5 – smarter, faster, and better than ever! 💡🤖 ✨ Why Choose GPT-4.5? ✅ Reduced Hallucinations – More accurate responses! ✅ Enhanced Memory – AI that understands better! ✅ Next-Level Performance – Optimized for complex tasks! 💡 How to activate? Simply type: 🔹 /model – Choose GPT-4.5 for peak performance! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 Unlock the power of GPT-4.5 today! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#AIUpgrade#GPTModel ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #69 · 25.03.2025 г., 15:59

🚀 Psychologist Mode – AI That Listens! 🧠💬 Need someone to talk to? Psychologist Mode is here for thoughtful, supportive conversations. 💖 ✨ What can it do? ✅ Offers Emotional Support – AI that listens & responds with care. ✅ Stress & Anxiety Advice – Get helpful guidance anytime. ✅ Confidential & Non-Judgmental – Your personal AI therapist. 💡 How to activate? Simply type: 🔹 /mode – Select Psychologist Mode for mindful AI conversations! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 Your AI support system is just one command away! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#Psychologue#GPTModel ➖➖➖➖🔺

ChatGPT AI Technology News

@chatgpt_officialnews · Post #65 · 23.03.2025 г., 15:59

🚀 Programmer Mode – Code Like a Pro! 💻🧠 Calling all developers & tech enthusiasts! 🖥 GPT is now optimized for coding & debugging! ✨ What can it do? ✅ Write & Debug Code – Get instant programming help! ✅ Supports Multiple Languages – Python, JavaScript, C++, and more! ✅ Explains Complex Concepts – AI-powered programming tutor! 💡 How to activate? Simply type: 🔹 /mode – Select Programmer Mode to unlock coding power! 🔹 Need help? @OpenAI_helpdesk 🔹 Join the discussion: https://t.me/chatgpt_officialchat 🔥 Boost your productivity with AI-powered coding assistance! ➖➖➖➖🔻 💎@Chatgpt_OfficialNews – Stay Updated! ⚡️ 🧠 BOT: @Chatgpt_OfficialBOT #️⃣#GPT4.5 #SmartAI#NextGenTech#AIUpgrade#GPTModel#AI#News ➖➖➖➖🔺