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

Резултати

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

Пребарај: #coti

当前筛选 #coti清除筛选
Pro Analysis

@proanalysistrader · Post #28427 · 26.01.2025 г., 14:53

#COTI/USDT analysis : #COTI is currently forming higher highs (HHs) and higher lows (HLs) along the trendline. The price is consolidating above this trendline, suggesting a potential bounce back and a test of higher levels. TF : 1W Entry : $0.10200 Target : $0.18200 SL : $0.07670

Hashtags

Pro Analysis

@proanalysistrader · Post #28282 · 29.11.2024 г., 11:03

#COTI/USDT analysis : #COTI is in an uptrend, forming a structure of higher highs (HHs) and higher lows (HLs). The price has broken out and successfully retested the trendline, continuing its bullish trajectory. Currently, the price is trading above a minor resistance zone, which has now become a buy zone. It is anticipated that the price will rise further and test higher levels. TF : 1H Entry : $0.14450 Target : $0.16145 SL : $0.13292

Hashtags

American Crypto©

@americancryptotrading · Post #27541 · 21.02.2026 г., 10:43

🇺🇸#COTI/USDT has found support at the lowerboundary of the descendingchannel pattern on the weekly timeframe💁‍♂️ Time to bounce and rally✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27488 · 01.01.2026 г., 11:17

🇺🇸#COTI/USDT is attempting to rebound from the lowerborder of the descendingchannel formation on the weekly chart🧐 More upside is likely🐃 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27374 · 13.09.2025 г., 09:29

🇺🇸#COTI/USDT is on the verge of a breakout from the descendingchannel formation on the daily timeframe👨‍💻 The rally is coming📈 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27317 · 20.07.2025 г., 08:45

🇺🇸#COTI/USDT is holding above the lowerboundary of the descendingtriangle on the weekly chart👨‍💻 Up we go🐃 American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27185 · 15.03.2025 г., 14:32

🇺🇸#COTI/USDT is maintaining position above the lowerborder of the symmetricaltriangle formation on the weekly timeframe🔍 Strong upside potential on a bounce✈️ American Crypto©

Hashtags

American Crypto©

@americancryptotrading · Post #27181 · 11.03.2025 г., 14:22

🇺🇸#COTI/USDT is consolidating near the s/r zone on the weekly chart🧐 Bullish case if we bounce off the one🚀 American Crypto©

Hashtags

ПретходнаСтраница 1 од 3Следна