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

Резултати

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

Пребарај: #enventa

当前筛选 #enventa清除筛选
BiA Cerámica Fría

@biaceramicafria · Post #3721 · 10.09.2022 г., 15:16

Último día de Venta Flash 🙌••• ¡SOLO POR HOY! •••🙌 😎 Todo por 1 MLC 😎 Oferta disponible para los pedidos que se realicen hoy y que tengan estos modelos que compartiremos a continuación👇 Triángulos 2 Margaritas Romerillo silvestre Estilos Art Deco Argollas - Flores Margaritas XL Margaritas Mini Simple Áureas Tejidas #enventa

Hashtags

BiA Cerámica Fría

@biaceramicafria · Post #3318 · 03.01.2022 г., 16:34

Blue Jade Collection 🛒 Cantidad disponible: 1 de cada modelo 🏷️ Precio: 100 cup c/u https://wa.me/p/6752310541506733/393714411189 #enventa

Hashtags

BiA Cerámica Fría

@biaceramicafria · Post #3718 · 07.09.2022 г., 02:05

Muy buenas noches ❤‍🔥🔥 Espero no tengan el mismo calor que yo 😅 Por acá les dejo el resto de los pendientes que se encuentran en stock 🛒🛍️👈🏻 🌼 Jenny 💦 Water 🍃 Hoja 🌎 Tierra 👻 No Face 🐝 Abstract 💥 Abstract 2 Y recuerden que hay descuento del 25% para los pedidos de más de 5 artículos 🛍️@biacoldporcelain #pendientes#enventa

BiA Cerámica Fría

@biaceramicafria · Post #3717 · 06.09.2022 г., 12:12

⚠️‼️VENTA FLASH‼️⚠️ ╔═.✵.═════════════════╗ ⚠️🅓🅔🅢🅒🅤🅔🅝🅣🅞 del 25% para todos los pedidos de más de 5 artículos 🛍️⚠️ Las ofertas están disponibles para pagos en CUP y MLC ╚═════════════════.✵.═╝ Interesados contactar @biacoldporcelain #pendientes#enventa

ПретходнаСтраница 1 од 3Следна