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

Резултати

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

Пребарај: #choice

当前筛选 #choice清除筛选
MDC Uzbekistan

@mdcuzbekistan · Post #32 · 27.05.2021 г., 14:11

Switch operatori Tanlash operatori bizga bir nechta qiymatlardan, o’zgaruvchilarga to’g’ri keluvchi qiymatni tanlashda va uni ishga tushirishda ishlatiladi. Misol uchun, hafta kunlarini raqamidan topish topshiriq sifatida berildi. Ularni bemalol topishimiz mumkin, lekin kompyuterga uni qanday tushuntiramiz? 👉Batafsil 👨‍🏫 Mentor: Suxrob Xayitmurodov #csharp#switch#choice#starter .NET Uzbekistan Community __________ Telegram | Instagram | Youtube

BotsGram®

@botsgram_cu · Post #3420 · 23.01.2021 г., 00:02

@QuanBot Qué puede hacer este bot? Este es un bot avanzado para crear encuestas, agregar opciones y usar muchas herramientas. Idioma: Múltiple (visto en @BotsGram_cu) #group, #questions, #template, #poll, #publish, #choice, #inline, #community, #management, #administration, #voting, #vote, #votes, #survey

BotsGram®

@botsgram_cu · Post #3190 · 27.11.2020 г., 09:21

@ultimate_pollbot Qué puede hacer este bot? Este bot es un robot de votación y encuestas definitivo para crear, compartir y evaluar encuestas dentro de Telegram 🔎 Idioma: Inglés (visto en @BotsGram.cu) #choice, #forum, #comment, #inline, #community, #management, #administration, #groups, #vote, #votes, #poll, #decide, #decision, #question, #survey

搜书神器 读书动态

@BookLogSFW · Post #91115 · 18.05.2026 г., 06:03

书名:crash course for the new gre 4th editio - princeton review 文件:英文 · MOBI · 2MB · 4万字 · 0R 统计:308热度 | 5下载 | 1点赞 | 0收藏 评级:0分 (0人) 💬 质量:5分 (0人) 标签:#answer#question#Quantity#one#choices#two#number#choice#get#passage#re#time#word#like#questions#sentence#know#problem#GRE#first#find 上传:👤Swof #预览#SFW#收藏书籍 📜我喜欢的书籍[1本]