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

Резултати

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

Пребарај: #right

当前筛选 #right清除筛选
America 🇺🇸 News & Politics

@America · Post #10267 · 27.12.2025 г., 02:33

😄Right ➖➖➖➖➖➖ 🔘Right as an adjective can mean something is correct. 🔜Well done! You got the answer to the question right. 🔜I didn't know she was right about his age. He looks so much younger. 🔘Right can be an adjective to mean something is suitable for a person, objective or situation. 🔜I think Sandra is the right person to run the community project. 🔜The moment I met my wife, I knew we were right for each other. 🔘Right is an adjective and means the opposite of left. 🔜The right side of the picture is brighter. 🔜Take a right turn at the end of the lane to reach my house. 🔘We can also use this meaning of right as a noun, often with the preposition 'on' – 'on the right' 🔜To go to the bank, take the third road on the right. 🔜In the UK, we drive on the left, while in many countries people drive on the right. 🔘Right as an adjective can be used to talk about being healthy or to say that something is working correctly. 🔜I didn't feel right after those fish and chips. I was sick. 🔜This computer isn't right. I think it has a virus. #Right👨‍🏫@America ➖➖➖➖➖➖➖➖➖➖➖➖ 🆕 Crypto News @Money 😁 Crypto Game @Egame 🇺🇸 US News @America 🇯🇵 Japan News @Japan 🇦🇪 UAE News @Dubai ▶️ Popular Movies @Videos 😜 Best Funny Video @Funnys

Hashtags

😄Right ➖➖➖➖➖➖ 🔘Right as an adjective can mean something is correct. 🔜Well done! You got the answer to the question right. 🔜I didn't know she was right about his age. He looks so much younger. 🔘Right can be an adjective to mean something is suitable for a person, objective or situation. 🔜I think Sandra is the right person to run the community project. 🔜The moment I met my wife, I knew we were right for each other. 🔘Right is an adjective and means the opposite of left. 🔜The right side of the picture is brighter. 🔜Take a right turn at the end of the lane to reach my house. 🔘We can also use this meaning of right as a noun, often with the preposition 'on' – 'on the right' 🔜To go to the bank, take the third road on the right. 🔜In the UK, we drive on the left, while in many countries people drive on the right. 🔘Right as an adjective can be used to talk about being healthy or to say that something is working correctly. 🔜I didn't feel right after those fish and chips. I was sick. 🔜This computer isn't right. I think it has a virus. #Right👨‍🏫@America ➖➖➖➖➖➖➖➖➖➖➖➖ 🆕 Crypto News @Money 😁 Crypto Game @Egame 🇺🇸 US News @America 🇯🇵 Japan News @Japan 🇦🇪 UAE News @Dubai ▶️ Popular Movies @Videos 😜 Best Funny Video @Funnys

Hashtags

搜书神器 读书动态

@BookLogSFW · Post #91233 · 19.05.2026 г., 00:25

书名:青花鱼】关于我热衷给发小戴绿帽子这回事 文件:简体中文 · TXT · 337KB · 9.1万字 · 1R 统计:344热度 | 30下载 | 1点赞 | 0收藏 评级:0分 (0人) 💬 质量:9.6分 (0人) 标签:#手机#来自#发小#太太#许赟#糖糖#喜欢#圆圆#仙子#加油#本帖#沈棠#撒花#完结#可爱#手指#pcb#margin#right#不要 #预览#SFW#收藏书籍 📜我喜欢的书籍[8022本]