Ранее я уже упоминал о другой фишке из ˍˍfutureˍˍ , это оператор деления.
from __future__ import division
Суть проста. Раньше сложность типа данных результата поределялась типом самого сложного операнда.
Например:
int/int => int
int/float => float
В первом случае оба операнда int, значит и результат будет int. Во втором float более сложный тип, поэтому результат будет float.
Если нам требуется получить дробное значение при делении двух int то приходилось форсированно один из операндов конверировать в float.
12/float(5) => float
Но с новой "философией" это не требуется. В Python3 "floor division" заменили на "true division" а старый способ теперь работает через оператор "//".
>>> 3/2
1.5
>>> 3//2
1
То есть теперь деление int на int даёт float если результат не целое число.
В классах теперь доступны методы __floordiv__() и __truediv__() для определения поведения с этими операторами.
Данный переход описан в PEP238.
#pep#2to3#basic
#CHESS/USDT analysis :
#CHESS is currently in an uptrend, consistently making higher highs (HHs) and higher lows (HLs), while finding support along the trendline. A breakout above the counter-trendline is anticipated, which will lead to a test of previous highs.
TF : 1D
Entry : $0.1945
Target : $0.2730
SL : $0.1586
#CHESS/USDT analysis :
#CHESS is currently going through a correction phase and retracing back to the 200 EMA before continuing its bearish move. The price is bouncing back from the support line and is expected to test the 200 EMA.
TF : 1h
Entry : $0.1358
Target : $0.1419
SL : $0.1315
#CHESS (Binance Futures and Spot)
✅Sub $10 million market cap coin
✅Fully bottomed
✅Loking exactly like MYX at $1, before making a 1800% move to $18
CHESS is an easy 10x move, grabbing a big bag here below $0.05
#CHESS (Binance Futures and Spot)
✅Sub $10 million market cap coin
✅Fully bottomed
✅Loking exactly like MYX at $1, before making a 1800% move to $18
CHESS is an easy 10x move, grabbing a big bag here below $0.05
LONGING $CHESS HERE
Exchanges: Binance (Spot and Futures)
#CHESS is not only a gem, it’s what we call a once in a lifetime trade. Fully bottomed, momentum stronger than anything we’ve seen, and an easy short term target at $0.25 - $0.5. Buy it below $0.045 while you can
Entry: Below 0.045
Targets: 0.047 - 0.049 - 0.052 - 0.059 - 0.072 - 0.095 - 0.120 - 0.142 - 0.231 - OPEN
SL: Below 0.034