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

Резултати

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

Пребарај: #info

当前筛选 #info清除筛选
Bts.bighitofficial

@OUR_7_PRINCES · Post #115426 · 08.02.2026 г., 20:31

Tanu Muiño, a Ukrainian music video director has now started following Taehyung on insta. She was the director of Jungkook’s Standing next to you. #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115423 · 08.02.2026 г., 20:30

Most liked Netflix’s Instagram posts of all time: #1. Stranger Things — 4.5M #2. BTS — 4.2M #3. Wednesday — 3.9M https://www.instagram.com/p/DURl368ka3P/?igsh=NHpxY3RramYydnBs #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115414 · 03.02.2026 г., 08:06

NETFLIX TWITTER UPDATE BTS X NETFLIX BTS THE COMEBACK LIVE | ARIRANG @ March 21 8pm KST / 4am PST 🎤 BTS will perform at historic Gwanghwamun Square in Seoul. LIVE worldwide exclusively on Netflix. BTS: THE RETURN, DOCUMENTARY FILM @ March 27 🎥 BTS: THE RETURN, a documentary film showcasing the making of their comeback album ARIRANG. Only on Netflix #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115267 · 22.08.2025 г., 12:27

The South Korean Ministry of Justice confirmed 33,500 HYBE shares worth ~8.4 billion won were stolen from Jungkook. The suspect was found in Thailand, placed under an urgent detention request, and officially extradited to South Korea with Interpol’s support to face justice. from k-media: “It was reported that no actual damage was incurred as his agency took immediate action to freeze payment upon discovering the theft.” https://n.news.naver.com/article/001/0015580189?sid=102 #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115236 · 18.08.2025 г., 20:42

UMI, thanked Jungkook on X and IG for sharing her song! She also now follows Jungkook on IG 💕 #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115174 · 13.08.2025 г., 12:21

Bighit official Twitter update [Episode] j-hope @ Lollapalooza Berlin 2025 비하인드 공개! ( youtu.be/sqCz07uaEwQ ) #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115163 · 10.08.2025 г., 17:59

Soobin of txt called jhope 🐿 (bts j-hope) hello? 🐰 hello hyung…nim! hello! 🐿 yes, is this soobin? 🐰 yes, it is! 🐿 your voice has matured, huh? 🐰 thank you ☺️ 🐰 you might’ve heard but we’re going to gwangju for a festa 🐿 gwangjuuuu 🐰 ayy! and hyung-nim, you’re the best thing to come out of gwangju so… #INFO •@OUR_7_PRINCES•

Hashtags

Bts.bighitofficial

@OUR_7_PRINCES · Post #115147 · 10.08.2025 г., 02:07

Otoki Global announces the Jin Ramen shirts are now available on Amazon! “We heard you guys…and now we’re here to deliver💛 Jin Ramen t-shirts now available for purchase with Jin Ramen bowls on Amazon! Limited availability now, but restocking on August 18th 🙌🏼” Purchase here: a.co/d/6CPLQhX #INFO •@OUR_7_PRINCES•

Hashtags

123•••10•••20•••30•••40•••4647
ПретходнаСтраница 1 од 47Следна