Ранее я уже упоминал о другой фишке из ˍˍ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
THE REAL WORLD | AI CAMPUS 2025🆕
AI Campus is an all-in-one training program designed for entrepreneurs, content creators, and tech-savvy beginners who want to master the art of building and monetizing games using artificial intelligence,no coding required. In this course, you'll unlock the tools, strategies, and insights needed to turn simple game ideas into income-generating digital products using the latest AI innovations.
✨What You'll Learn📈
• Stay Ahead with Emerging AI Tools
• Monetize Your AI Skills
• Build and Automate Online Businesses
PRICE: $49/M
➡️Instant Access:https://t.me/jointherealworldfree
-WISDOM ELITES RARE WISDOM UNMATCHED PROSPERITY🥇
#Rareleak#Firstontg#aiautomation
THE RUNDOWN AI UNIVERSITY👑✨
Master AI Workflows & Certifications 🚀
The Rundown AI University is a comprehensive training program designed for professionals, entrepreneurs, and AI enthusiasts to master practical AI skills and workflows. In this course, you'll discover how to integrate cutting-edge AI tools into your daily work through hands-on tutorials, expert-led workshops, and industry-recognized certifications.
✨What You'll Learn📈
• Build and deploy AI agents
• Automate emails, research, and content creation
• Use 150+ AI workflows for daily tasks
PRICE: $999/year
➡️Instant Access:https://drive.google.com/drive/folders/1j77pf5z6YCBNswfQk9hXk5StenvZl9KG?usp=sharing
-WISDOM ELITES RARE WISDOM UNMATCHED PROSPERITY🥇
#Rareleak#rundownaiuniversity#Firstontg#aiautomation