@Gatos_Cats · Post #4916 · 03.02.2026 г., 16:52
#Fondos
Hashtags
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
Пребарај: #fondos
@Gatos_Cats · Post #4916 · 03.02.2026 г., 16:52
#Fondos
Hashtags
@Gatos_Cats · Post #4630 · 11.10.2025 г., 17:31
#Fondos Recomiendo el primero para pantalla de bloqueo y el segundo para la de inicio
Hashtags
@Gatos_Cats · Post #4465 · 27.07.2025 г., 16:10
#Fondos
Hashtags
@botsgram_cu · Post #4134 · 21.07.2021 г., 16:08
¿Que puede hacer este bot? @DuvarKagidiBot Con este bot puede obtener fondos de pantalla de varias fuentes, como Microsoft y Unsplash. Idiomas: turco (Visto en @botsgram_cu) #fondos
Hashtags
@Gatos_Cats · Post #3926 · 19.11.2024 г., 16:26
#Fondos
Hashtags
@beck_blog · Post #2816 · 06.10.2021 г., 19:34
· · • • • •🍂• · · · FONDOS · · · • 🍂• • • • · · Hola personitas bellas hoy les traigo unos fondos que pueden usar este otoño. Espero que os gusten y los pongan cuanto antes 🙈. #fondos · · • • • • • · · · · • • • 🍁 • • • · · · · • • • • • · ·
Hashtags
@beck_blog · Post #2458 · 22.07.2021 г., 20:26
· · • • • •☀️• · · · FONDOS · · · • ☀️• • • • · · Hola personitas bellas hoy les traigo unas fotos hermosas que seguro amarán utilizar como fondos de pantalla este verano. #fondos · · • • • • • · · · · • • • 🏖 • • • · · · · • • • • • · ·
Hashtags
@beck_blog · Post #1113 · 23.01.2021 г., 15:30
· · • • • •❄️• · · · FONDOS · · · • ❄️• • • • · · Hola personitas bellas hoy les traigo unos fondos deliciosamente bellos espero que les gusten 😊 #fondos · · • • • • • · · · · • • • ☃️ • • • · · · · • • • • • · ·
Hashtags
@botsgram_cu · Post #4428 · 11.10.2021 г., 03:35
¿Que puede hacer este bot? @ShareWallpaperBot Obtenga fondos de pantalla de alta calidad en su grupo. Idiomas: Italiano Inglés Español Alemán (Visto en @botsgram_cu) #fondos#grupos
@Gatos_Cats · Post #5035 · 31.03.2026 г., 19:17
#Dibujos #Fondos
@Gatos_Cats · Post #4941 · 13.02.2026 г., 16:13
#Dibujos#Fondos
@Gatos_Cats · Post #4919 · 04.02.2026 г., 16:09
#Dibujos#Fondos