TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #418 · 9 мар.

Оператор pipe позволяет писать более компактный код, реализуя логику объединения данных (Union). Важно помнить, что его поведение зависит от контекста. Побитовые операции (логическое OR) result = 5 | 3 # 5 (0101) | 3 (0011) = 7 (0111) Самое главное - не путать с оператором or, это другое! Объединение множеств set_a = {1, 2, 3} set_b = {3, 4, 5} set_c = set_a | set_b # {1, 2, 3, 4, 5} set_c |= {5, 6} # {1, 2, 3, 4, 5, 6} Слияние словарей dict_1 = {"a": 1, "b": 2} dict_2 = {"b": 3, "c": 4} merged = dict_1 | dict_2 # {'a': 1, 'b': 3, 'c': 4} merged |= {"d": 5} # {'a': 1, 'b': 3, 'c': 4, 'd': 5} Аннотации типов, заменяет Union def process_data(value: int | str) -> None: print(value) Допустимо использовать в isinstance или issubclass isinstance(3, int | float) # True Паттерн-матчинг status_code = 404 match status_code: case 200 | 201 | 204: print("OK") case 400 | 404 | 500: print("ERROR") Для использования в своих классах требуется переопределить метод __or__ Так же нашел библиотеку pipe которая добавляет еще много возможностей. Рекомендую ознакомиться ;) #basic

Hashtags

Резултати

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

Пребарај: #prizes

当前筛选 #prizes清除筛选
TONlines – News

@tonlines · Post #7687 · 02.12.2025 г., 17:35

⚡️Fanton EN: Exciting EPL Midweek Tournament! #EPL#prizes Fanton EN is hosting an exciting English Premier League tournament with a $200 prize pool. Don’t miss the matches from December 2-4, including Newcastle vs Tottenham and Fulham vs Man City. Join now with a $9 entry fee and compete for the prize! Source: link @tonlines

Hashtags

TONlines – News

@tonlines · Post #7608 · 25.11.2025 г., 07:41

Gatto | Official Channel: Legendary Crocottery Results Announced #raffle#prizes The Gatto | Official Channel has announced the winners of the Legendary Crocottery raffle. Luck has determined the prize recipients, who will receive their rewards within a week. Participants can check the results by finding their id in the linked table. Source: link @tonlines

GPT360

@gpt360_announcement · Post #649 · 10.01.2024 г., 10:52

Getting ready for an upcoming 𝐆𝐏𝐓𝟑𝟔𝟎 event with a $𝟑𝟎𝟎 𝐩𝐫𝐢𝐳𝐞 𝐩𝐨𝐨𝐥, we've decided to have a token giveaway! ⭐️📣 ❓ 𝐖𝐇𝐀𝐓 𝐓𝐎 𝐃𝐎: 1) Like and Retweet thisPost - https://twitter.com/GPT360_Official/status/1745035636208279760 2) Tag 3 friends in the comments 3) Add Hashtags#GPT360#Giveaway#Prizes 👑 𝐏𝐑𝐈𝐙𝐄 𝐏𝐋𝐀𝐂𝐄𝐒: 1st Place - 1500 TestNet Tokens 2nd Place - 1500 TestNet Tokens 3rd Place - 1500 TestNet Tokens All participants will enter the draw, and three lucky winners will be randomly chosen on Friday! 🎉🍀

GIVEAWAY ALERT🎉 🎁Prizes: 5 $TON for 5 random winners from the comments on X! ⏰DURATION: 48 hours to enter, so hop in now! How to join: 1. Follow us on X 2. Jump into our Telegram channel 3. Like & RT the first post 4. Tag 3 of your besties in the comments on X! ➡️Let’s go! Remember, you gotta be following our X account to win! Good luck! #Giveaway#TonEvents#Airdrop#Fun#Prizes#Friends#X

⭐️ Telegram Star Giveaway on X🧦 🎁Prizes: 500 ⭐️ Telegram Stars for 5 random winners from the comments on X! ⏰DURATION: 48 hours to enter, so hop in now! How to join: 1. Follow us on X👈 2. Jump into our Telegram channel 3. Like & RT the post 4. Tag someone in the comments on X! ➡️Let’s go! Remember, you gotta be following our X account to win! Good luck! #Giveaway#TonEvents#Airdrop#Fun#Prizes#Friends#X#TelegramStars