Ранее я уже упоминал о другой фишке из ˍˍ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
#QNT/USDT analysis :
#QNT is currently in a correction phase. Price is expected to decline further and test the previous swing high support level before continuing its bullish momentum. It’s advisable to wait for the price to retest the previously respected zone for a short entry, as the price is anticipated to decline and test lower levels.
TF : 1D
Entry : $126
Target : $81
SL : $156
#QNT/USDT analysis :
#QNT is currently in a downtrend, trading below the 200 EMA. The price is likely to retrace and test the resistance zone before continuing its bearish momentum. The current swing low is expected to be tested.
TF : 1H
Entry : $70.4
Target : $66.5
SL : $72.5
#QNT broken down the trendline on 12H Time frame,we expect another dump after pullback,more correction incoming..👀
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️
📊#QNT price break below the $97 major support area. The last hope is the $90 support level; if the price breaks below this, we see a heavy selloff. Price needs to reclaim the $100 level to gain some positive movement. It is better to wait for some time to open new trades.⌛️
❄️@signals_bitcoin_crypto❄️
❄️@Shadow_support0o❄️
#QNT/USDT UPDATE:
#QNT is now trading around 106$. #QNT is moving inside a symmetrical triangle on 4hr time frame. So the Possible scenarios are If the price pumps up and breaks out of the triangle, we can see bullish momentum in it. Otherwise If the price dumps and breaks down of the triangle, we can see bearish momentum in it. Stay tuned with us for further updates✔️
#Do You Know Your Crypto Logos? #XEC#QNT#BSV#ENJ#KCS#ZEC
#cryptogemtokenshttps://cryptogemtokens.com/do-you-know-your-crypto-logos-xec-qnt-bsv-enj-kcs-zec/