@WarSaWitness · Post #41464 · 04.05.2026 г., 15:21
Seek shelter alerts in #UAE🇦🇪
Hashtags
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
Пребарај: #uae
@WarSaWitness · Post #41464 · 04.05.2026 г., 15:21
Seek shelter alerts in #UAE🇦🇪
Hashtags
@ultimoraPOLITICS · Post #39378 · 14.05.2022 г., 10:53
#UAE I sette emiri degli Emirati Arabi Uniti (EAU) hanno nominato Mohammed bin Zayed Al Nahyan come nuovo presidente della Federazione. @UltimoraPolitics
Hashtags
@ultimoraPOLITICS · Post #39339 · 13.05.2022 г., 13:56
#UAE Il Presidente degli Emirati Arabi Uniti Khalifa bin Zayed Al Nahyan è morto oggi all'età di 73 anni. In carica dal 2004, Khalifa è morto dopo una lunga lotta contro una malattia grave. La Presidenza del Consiglio ha annunciato che osserveranno 40 giorni…
Hashtags
@ultimoraPOLITICS · Post #39338 · 13.05.2022 г., 13:47
#UAE Il Presidente degli Emirati Arabi Uniti Khalifa bin Zayed Al Nahyan è morto oggi all'età di 73 anni. In carica dal 2004, Khalifa è morto dopo una lunga lotta contro una malattia grave. La Presidenza del Consiglio ha annunciato che osserveranno 40 giorni di lutto. @UltimoraPolitics
Hashtags
@iswnews_en · Post #17760 · 27.03.2026 г., 14:15
🇦🇪🌪After Iran now the mother nature is pounding the UAE! The earth too abhors those whose hands, alongside Israel, are stained with the blood of children. #UAE
Hashtags
@internationalgeographic · Post #5730 · 09.06.2025 г., 06:23
Al Ain, #UAE🇦🇪 The oasis city of Al Ain is the fourth largest city in the country and the only major city located far from the sea. In fact, the Emirates began with him. Al Ain is known primarily for the fact that the Sheikh Zayed was born and lived here, thanks to whom the Emirates began to actively develop. In addition, it is here that most of the country's indigenous people live. You can travel to Al Ain from Abu Dhabi and Dubai either on your own or with an excursion.
Hashtags
@popularxfront · Post #5399 · 13.03.2026 г., 10:51
🇦🇪#UAE: Explosions were reported in Dubai's business district. Footage shows a large cloud of smoke rising from the central area of the financial hub. Some reports mention that one of the buildings was struck after UAE air defence shot down several Iranian drones. (📹 via AFP & @MofaYasir on X)
Hashtags
@danielmkovalik · Post #3036 · 29.11.2025 г., 19:05
The United Arab Emirates Use a Black Sport to Whitewash a Genocide in Africa #UAE @NBA @ESPN https://www.blackagendareport.com/united-arab-emirates-use-black-sport-whitewash-genocide-africa
Hashtags
@uzsduz · Post #2211 · 03.08.2022 г., 06:06
#UAE Часть 5 Путешествие по ОАЭ Дубайская рамка *** 5-qism BAA bo‘yicha sayohat Dubay ramkasi 👇Подписаться на канал👇 https://t.me/uzsduz
Hashtags
@uzsduz · Post #2209 · 01.08.2022 г., 08:21
#UAE Часть 4 Путешествие по ОАЭ *** 4-qism BAA bo‘yicha sayohat https://m.facebook.com/story.php?story_fbid=pfbid0PFCU8JbuaHioaFBNPGuyX1riG4D6wSkSfbg6mMcAgdmqZtnSZDQY65rwTVBDFu7Rl&id=100000049131167 👇Подписаться на канал👇 https://t.me/uzsduz
Hashtags
@uzsduz · Post #2196 · 31.07.2022 г., 17:23
#UAE Часть 3 Путешествие по ОАЭ *** 3-qism BAA bo‘yicha sayohat 👇Подписаться на канал👇 https://t.me/uzsduz
Hashtags
@uzsduz · Post #2195 · 30.07.2022 г., 08:45
#UAE Часть 2 Путешествие по ОАЭ *** 2-qism BAA bo‘yicha sayohat 👇Подписаться на канал👇 https://t.me/uzsduz
Hashtags