@TestFlightX · Post #34607 · 14.11.2024 г., 11:55
#ZAP#NOTES https://testflight.apple.com/join/pjpeTkap
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
Пребарај: #zap
@TestFlightX · Post #34607 · 14.11.2024 г., 11:55
#ZAP#NOTES https://testflight.apple.com/join/pjpeTkap
@TestFlightX · Post #34286 · 12.10.2024 г., 03:54
#ZAP#ZAP#MULTIPLAYER https://testflight.apple.com/join/GJrfD9Ue
Hashtags
@tonevents_en · Post #1726 · 12.08.2025 г., 13:29
ZAP and Auto-fill for Bidask, reward distribution and contest with TaskOn 💪ZAP and Auto-fill: now you can add liquidity with only one type of tokens in your wallet, your position will be balanced automatically. Auto-fill is useful for selecting and evenly distributing the second type of tokens, depending on the chosen strategy. 👍 Reward distribution: farming in the 🪙WEB3 / TON pool ended on August 5, the final reward calculation is underway. For the 🪙 HYDRA / TON pool, everything has already been sent to wallets, while the long-term distribution from HYDRA themselves will continue. 🪙 TeFi Alliance campaign has also ended, $2 000 for farming tgUSD has already been sent. 🏆Bidask x TaskOn contest - prize pool $500, the contest will last from August 7 to 21. Conditions below: ➡️Swaps tokens worth $10 or more. ➡️Add liquidity from $10. ➡️More actions = more XP = higher chance of getting a reward. 1st place — $100 2nd place — $90 3rd place — $75 4th place — $60 5th place — $50 6th place — $40 7th place — $30 8th place — $25 9th–10th places — $15 each #Bidask#ZAP#rewards#contest
@swift_airdrops · Post #5125 · 10.04.2024 г., 17:57
⚡️ Airdrop ZAP Chain is finally here! Just Follow the steps 🔥 👉 Join here :- zapchain.io/node-sale/0M7WMX6JXO ➖ Connect your X ➖ Connect your evm ➖ Complete all tasks ➖ Done #Note : 3 days left only guys Don't miss because Snapshot on 13 April at 13:00 UTC Confirmed 🔥#ZAP#ZAPlayer2#Runes#Airdrop