@DansGN · Post #5212 · 14.07.2023 г., 04:44
ILLUSION宣布关闭,使用其品牌开发和销售的游戏将于8月18日停止销售 https://vxtwitter.com/ILLUSION_staff/status/1679660799185555456 #ILLUSION
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
Пребарај: #illusion
@DansGN · Post #5212 · 14.07.2023 г., 04:44
ILLUSION宣布关闭,使用其品牌开发和销售的游戏将于8月18日停止销售 https://vxtwitter.com/ILLUSION_staff/status/1679660799185555456 #ILLUSION
Hashtags
@viral_today · Post #3292 · 17.01.2025 г., 20:06
The magic trick to create a twin @Viral_Today / #illusion
Hashtags
@viral_today · Post #3144 · 22.10.2024 г., 10:31
Halloween costumes are getting out of hands @Viral_Today / #illusion
Hashtags
@viral_today · Post #2977 · 04.09.2024 г., 18:31
Can you tell which one is the cat and which one is the shadow? @Viral_Today / #illusion
Hashtags
@viral_today · Post #2967 · 02.09.2024 г., 16:31
Zach King, the internet’s illusion master, might have met his match with this guy. The aura is real! @Viral_Today / #illusion
Hashtags
@viral_today · Post #2955 · 31.08.2024 г., 14:30
Zach King, the editing wizard, stunned kids by magically appearing at their school assembly @Viral_Today / #illusion
Hashtags
@viral_today · Post #2898 · 18.08.2024 г., 12:30
This illusion blew up with over 30 million views in just a few days on X (formerly Twitter) @Viral_Today / #illusion
Hashtags
@viral_today · Post #2621 · 23.06.2024 г., 16:31
There is a real human inside this costume @Viral_Today / #illusion
Hashtags
@viral_today · Post #2541 · 08.06.2024 г., 14:30
Michael Stevens, famously known as Vsauce, explains an incredible illusion by Akiyoshi Kitaoka that has baffled many. The faces are the same color @Viral_Today / #illusion
Hashtags
@viral_today · Post #2446 · 23.05.2024 г., 10:30
There is no red in this picture. Try zooming in and you will see the illusion break. @Viral_Today / #illusion
Hashtags
@viral_today · Post #2406 · 16.05.2024 г., 12:30
This painting plays tricks on your mind @Viral_Today / #illusion
Hashtags
@viral_today · Post #2363 · 07.05.2024 г., 18:30
When your dad is a video editor with too much free time @Viral_Today / #illusion
Hashtags