@animal_fighting · Post #281 · 29.09.2022 г., 15:04
Crocodile VS Man One more way to deal with a toothy trespasser😀 #crocodile🐊
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
Пребарај: #crocodile
@animal_fighting · Post #281 · 29.09.2022 г., 15:04
Crocodile VS Man One more way to deal with a toothy trespasser😀 #crocodile🐊
Hashtags
@animal_fighting · Post #22 · 03.05.2022 г., 11:03
Crocodile VS Crocodile There hardly is a winner... #crocodile
Hashtags
@SukoFaultyArtLair · Post #4503 · 01.12.2019 г., 20:52
https://www.furaffinity.net/view/31997665/ #female#crocodile
Hashtags
@animal_fighting · Post #288 · 02.10.2022 г., 15:04
Lion VS Crocodile A dangerous opponent #lion🦁#crocodile🐊
Hashtags
@animal_fighting · Post #159 · 16.07.2022 г., 15:04
Crocodile VS Lions Too big and too sharp-toothed even for three lions #lion🦁#crocodile🐊
Hashtags
@animal_fighting · Post #94 · 11.06.2022 г., 07:03
Crocodile VS Lions It's too dangerous even for a lion pride #crocodile#lion
Hashtags
@animal_fighting · Post #29 · 07.05.2022 г., 07:03
Lions VS Crocodile When a prey is too dangerous even if being outnumbered #lion#crocodile
Hashtags
@animal_fighting · Post #333 · 09.11.2022 г., 19:04
Dog VS Crocodile Good reaction can save life... #dog#crocodile
Hashtags
@animal_fighting · Post #187 · 30.07.2022 г., 15:04
Dog VS Crocodile Terror of the jungle 😁 #dog🐕#crocodile🐊
Hashtags
@animal_fighting · Post #52 · 18.05.2022 г., 11:04
Buffalo VS Crocodile Unlucky hunting #buffalo#crocodile
Hashtags
@zigou23 · Post #136 · 28.04.2021 г., 03:27
抹茶旦旦 #鳄鱼#crocodile https://t.me/addstickers/mochadandan https://t.me/addstickers/mochadandan2 https://t.me/addstickers/mochadandan3 https://t.me/addstickers/mochadandan4_32 透明 https://t.me/addstickers/mcdd_tz 动态 https://t.me/addstickers/dxdongtai11_by_fStikBot https://t.me/addstickers/MoChaDanDan_EYu https://t.me/addstickers/mochadandan4
Hashtags
@animal_fighting · Post #268 · 25.09.2022 г., 10:04
Cat VS Crocodile Hunger makes one more courageous😀 #cat🐈#crocodile🐊
Hashtags