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

Резултати

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

Пребарај: #deficit

当前筛选 #deficit清除筛选
America 🇺🇸 News & Politics

@America · Post #10610 · 06.05.2026 г., 14:12

💸🇺🇸GOP MEGABILL EXPLODES DEFICIT BY $4.1 TRILLION — CBO CONFIRMS BIGGEST DEBT BOMB EVER 🔹 House Republicans' "One Big Beautiful Bill Act" adds $4.1T to deficit over 10 years, including $718B in higher debt service costs 📊 🔹 $5T in tax cuts mostly to wealthy/corporations vs only $1-2T in spending cuts — math doesn't add up for middle class 💰 🔹 Drives up borrowing costs nationwide: higher mortgage rates, auto loans, credit cards as federal debt crowds out private lending 📈 🔹 Moody's cited this bill for recent US credit downgrade — GOP "pay for itself" claims dismissed by independent analysis 📉 America's fiscal time bomb just got $4 trillion bigger 💣🔥 #USNews#deficit @america

America 🇺🇸 News & Politics

@America · Post #10565 · 27.04.2026 г., 13:09

📊💰ECONOMISTS: TRADE DEFICITS MADE AMERICA RICHER, NOT POORER 🔹 US has run trade deficit every year since 1976 — but that created wealth, not drained it 💵📈 🔹 February 2026 deficit at $57.3B, down 54.8% from 2025 as Trump policies reshape global trade 🇺🇸⚖️ 🔹 China deficit drops 32% annually while US achieves first goods surplus with Switzerland since 2012 🇨🇭✅ 🔹 Imports bring investment inflows and boost American consumer power — not economic loss says George Mason professor 🎓💡 "Expanding imports brought greater wealth to U.S. shores" — challenging conventional wisdom 🤔📰 Trump's trade war might actually be working this time 🔄🎯 #trade#economy#deficit#imports @america

Savino Balzano

@savinobalzano · Post #688 · 29.06.2024 г., 14:25

Questa mattina a Coffee Break, La7 Ci aprono una procedura di infrazione per deficit eccessivo? Dobbiamo saper rispondere #sticazzi! E lo dobbiamo fare in scioltezza. L'#Italia deve ritrovare orgoglio e dignità: non avremmo dovuto subire l'ingorda prepotenza di qualcun altro e di certo non possiamo permetterci di continuare a farlo. Non esistono soluzioni facili: non bastano due leggine per risolvere i nostri annosi problemi. Molti di quei problemi ce siamo creati da soli, accettando per stupidità o per servilismo assurdi compromessi. Basta. #lavoro#diritti#europa#commissione#deficit#caporalato https://x.com/SavinoBalzano/status/1807056685476778486?t=E9HfjCNDdU7CogMYT7sw6g&s=19