@TestFlightX · Post #34729 · 27.11.2024 г., 15:46
#DEMON#AWAKENING https://testflight.apple.com/join/YcjWfuYn
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
Пребарај: #awakening
@TestFlightX · Post #34729 · 27.11.2024 г., 15:46
#DEMON#AWAKENING https://testflight.apple.com/join/YcjWfuYn
Hashtags
@TFGames · Post #2246 · 28.02.2024 г., 10:23
#SUPER#SAMKOK#AWAKENING #GAMES https://testflight.apple.com/join/fkw9M0Eb
Hashtags
@lionessrises · Post #113333 · 11.05.2026 г., 13:15
🔥 Becoming More Human The more I awaken… the more human I feel. Not less attached… not floating somewhere above it all… but more here than I’ve ever been. More present… more grounded… more complete. It’s strange, because I used to think awakening meant escaping the human experience… rising beyond it. But what I’ve found is the opposite. The more the noise falls away… the more real everything becomes. The more I feel… the more I see… the more I understand what it actually means to be alive. There’s no need to chase… no need to force… no need to become something else. It’s like I’m finally standing in my own life… fully. Not observing it from a distance… not trying to fix it… just being in it… and that feels like peace. Maybe awakening isn’t about leaving humanity behind… maybe it’s about finally arriving in it. ZF 🔥 #awakening#presence#grounded#selfrealization#growth#consciousliving ✨〰️✨〰️✨ Take only what resonates 💫 @Ascension_A_Memeoir✨🪬
@mustangdebb · Post #47913 · 10.05.2026 г., 18:57
https://x.com/zachqfish/status/2053461293190062283?s=52 🙏 Why We Cannot See Creator Sometimes people ask, “Why can’t we see Creator?” It’s a beautiful question, and one that has echoed through humanity since the beginning of time. Maybe the answer is simpler than we think. A child in the womb cannot see its mother. It cannot comprehend the world beyond the walls that surround it. It does not know who is feeding it, protecting it, or sustaining every breath and heartbeat. And yet, the mother is there the entire time... loving, nourishing, and holding that child in perfect care. The child may not understand the mother, but the mother understands the child completely. In many ways, we are no different. We live inside a vast and mysterious universe, surrounded by intelligence, beauty, and order far beyond what our minds can fully grasp. We may not be able to see Creator with our physical eyes, but we can witness the fingerprints of Creator everywhere... in the rhythm of our hearts, the precision of nature, the power of love, and the quiet inner knowing that reminds us we are never alone. Perhaps this life is a sacred womb. A place where our souls are growing, learning, and preparing for a greater birth into a reality we cannot yet imagine. And just like the child in the womb, we may not fully understand what holds us. But we are held. We are guided. We are loved beyond measure. One day, when the veil lifts and our awareness expands, we may realize that what we were searching for was never separate from us. Creator was not hidden. Creator was carrying us all along. ZF 🔥 #Creator#Faith#SpiritualAwakening#TheWayOfBeing#DivinePresence#Awakening#Consciousness#NewEarth#TrustTheJourney#ZF🔥