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

TGINSIGHT SIMILAR POSTS

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

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

Ранее я уже упоминал о другой фишке из ˍˍ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

Резултати

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

Пребарај: #happyfappy

当前筛选 #happyfappy清除筛选
PT风向旗

@Ptfxq · Post #608 · 09.03.2024 г., 07:12

#AR#站点免费#站点公告 Hey guys, As you can see, we're back on track but still working on some issues. Bear with us as we iron these things out. Global Freeleech will be ending on Monday. Thanks Edit: If you have the means to be a racer, please contact phiend ———— #HappyFappy#站点免费 因为 38 妇女节,站免两天。还剩 1 day, 16 hours。 ———— #HeBits#站点免费#开放注册#综合公告 HeBits 迎来了它的 16 岁生日,开注、站免 5 天,在这期间每天还可以领取一份每日礼物。 ———— #PTP#站点公告 Just wanted to put out a quick message to let everyone know we're going to be addressing some lingering IRC issues in the next few days, and in the meantime IRC is down while we sort them out. We're also aware of some site features (I.E. IMDB not pulling properly) not working properly, these will addressed very shortly. Edit: They're fixed! Let us know if anyone runs into any lingering isues. We apologize for the inconveniences, we hope to have everything sorted out by the end of the weekend at the earliest.