TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #156 · 2 окт.

Те, кто в Python не первый день, хорошо знают, что на число можно умножить не только число, но и другие типы. Главное, чтобы у этих типов была реализация такой операции. # list >>> [1] * 3 [1, 1, 1] # tuple >>> (2, 3) * 3 (2, 3, 2, 3, 2, 3) # string >>> "A" * 3 "AAA" Так работает полиморфизм стандартных типов. Интересно здесь то, что это сработает и в том случае, когда порядок операндов обратный. То есть int умножить на [тип]. # list >>> 3 * [1] [1, 1, 1] # tuple >>> 3 * (2, 3) (2, 3, 2, 3, 2, 3) # string >>> 3 * "A" "AAA" Если хотите реализовать такое поведение в ваших классах то следует помнить два момента: 1. Если множитель справа, то вам нужно реализовать метод __mul__, наш класс это первый операнд, то есть слева. myType * 3 2. Если множитель слева, то вам нужно реализовать метод __rmul__, наш класс это второй операнд, справа. 3* myType Всё тоже самое можно делать и для других математических операторов. И если в этом примере действие и результат будут фактически одинаковыми, то бывают ситуации, когда это не так. Например, при умножении матриц имеет значение порядок операндов. Для других операторов, таких как деление или сдвиг, очень важно кто с какой стороны находится. >>> 2/4, 4/2 (0.5, 2.0) >>> 2<<3, 3<<2 (16, 12) >>> 100%15, 15%100 (10, 15) #tricks#basic

Резултати

Пронајдени 5 слични објави

Пребарај: #fine

当前筛选 #fine清除筛选

​​🎙 INVEST REPORT Announce #FINEproject update #FINE is Trending first in Dextool. Reaching out Millions of investors. 👉 Order dextool Trend starting with 6500$ per 24 hours 1️⃣ Dextool trending working 2️⃣ Big marketing Campaign incoming 3️⃣ Reached 30 mil mcap 🔜 50 Mil $ Mcap We announced at 9 mil $ Mcap. We just hit 30mil $ mcap and we are getting closer to 100,000,000 Mcap. At the moment we made for you 230% Profit ⚠️Always do your own research and due diligence when considering your participation in any blockchain project.

Hashtags

​​🎙 NEW GEM #FINE I think here is big potential to grow, marketing incoming. 🆘Be careful, put small bag here. Marketcap: 9.5 MIL $ Price now: 0.000000023618598849591634 $ 1️⃣Dextool trending working, order Dextool Trending 2️⃣Big marketing Campaign incoming ✅ More information Telegram: https://t.me/+YIevhi57q2phY2Y6 Website:https://www.finerc.vip/ 👉 BUY HERE: https://www.dextools.io/app/en/ether/pair-explorer/0xb54ce26f2e30f64c5b684b141311ce138ab5e00e 🧨 Push cooperating with@Whales100xsignals #MEMECOIN#GEM

NIDO Russia (НИДО)

@nido_russia · Post #1923 · 11.12.2024 г., 09:54

The increase in fines for a number of traffic violations will come into force on January 1, 2025 📌"In Article 2, the word" Law "should be replaced with the words "Federal Law", the words "after thirty days from the date of its official publication" should be replaced with the words "from January 1, 2025," the text of the amendment posted in the Duma electronic database says. 📌Under this law, failure by a driver to perform the duty to insure his civil liability, as well as driving a vehicle, if the Compulsory third Party Insurance (CTP) policy is deliberately absent, entails the imposition of an administrative fine in the amount of 800 rubles. 📌Earlier, the Parliament of the Kabardino-Balkar Republic submitted to the State Duma a bill that proposes to establish a fine for repeated violation of the Administrative Code of the Russian Federation, namely the absence of a driver's CTP policy, up to 5 thousand rubles. CTP policy means Compulsory Third Party Insurance Policy #news#russia#nido_russia#traffic#fine#regulations https://t.me/nido_russia