@CustomEmojiPacks · Post #379 · 10.11.2022 г., 22:19
Animated Emoticons - Black: 😂t.me/addemoji/EmoticonEmoji Animated Emoticons - White: 😂t.me/addemoji/EmoticonEmojiWhite Tags: #emoticons
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
Пребарај: #emoticons
@CustomEmojiPacks · Post #379 · 10.11.2022 г., 22:19
Animated Emoticons - Black: 😂t.me/addemoji/EmoticonEmoji Animated Emoticons - White: 😂t.me/addemoji/EmoticonEmojiWhite Tags: #emoticons
Hashtags
@CustomEmojiPacks · Post #735 · 11.04.2024 г., 21:08
Cute Emoji Drawings ☺️t.me/addemoji/CuteEmoji Tags: #emoticons#cute
Hashtags
@CustomEmojiPacks · Post #435 · 11.12.2022 г., 15:45
Moving Emoji by @ShoutoEmoji ❤️🔥t.me/addemoji/MovingEmoji Tags: #cute#emoticons
Hashtags
@wallpapersarena · Post #4012 · 21.09.2022 г., 06:39
#Emoticons#Emoji @WallpapersArena
Hashtags
@CustomEmojiPacks · Post #576 · 31.05.2023 г., 13:26
🥳t.me/addemoji/SquareEmoji Tags: #emoticons#memes
Hashtags
@CustomEmojiPacks · Post #445 · 19.12.2022 г., 23:30
😎t.me/addemoji/SpecialEmojisPack Tags: #emoticons#memes
Hashtags
@CustomEmojiPacks · Post #403 · 20.11.2022 г., 10:52
Boomer Emoticons Pack ☕t.me/addemoji/KALobki Tags: #emoticons#memes
Hashtags
@CustomEmojiPacks · Post #368 · 07.11.2022 г., 22:31
Fisheye Unicode Emoji Pack 😳t.me/addemoji/yipasheemoji Tags: #emoticons#memes
Hashtags
@CustomEmojiPacks · Post #602 · 04.07.2023 г., 01:59
Hand Drawn Emoji 😎t.me/addemoji/HandDrawnEmoji Tags: #animated#cute#emoticons
Hashtags
@CustomEmojiPacks · Post #585 · 14.06.2023 г., 12:23
Weird Animated Blobs 😍t.me/addemoji/ellmochi_mini Tags: #animated#emoticons#cute
Hashtags
@CustomEmojiPacks · Post #581 · 06.06.2023 г., 10:59
Mashup Emoji 🫡t.me/addemoji/MashupEmoji Tags: #animated#emoticons#memes
Hashtags
@CustomEmojiPacks · Post #566 · 12.05.2023 г., 20:51
🙂t.me/addemoji/PixelsEmojiTOOOP Tags: #games#emoticons#cute
Hashtags