@profile_pictures_tm · Post #18415 · 17.10.2024 г., 13:47
#Animation🍿🕶
Hashtags
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
Пребарај: #animation
@profile_pictures_tm · Post #18415 · 17.10.2024 г., 13:47
#Animation🍿🕶
Hashtags
@profile_pictures_tm · Post #13981 · 10.04.2023 г., 17:02
#Animation
Hashtags
@profile_pictures_tm · Post #13842 · 29.03.2023 г., 11:53
#Animation
Hashtags
@BuffFurries · Post #12497 · 12.04.2026 г., 19:18
#animation@YiffArtHub https://x.com/YoseBose/status/2043342267788997078
Hashtags
@BuffFurries · Post #11887 · 15.01.2026 г., 14:20
#animation@YiffArtHub
Hashtags
@BuffFurries · Post #11870 · 15.01.2026 г., 02:43
#animation@YiffArtHub
Hashtags
@BuffFurries · Post #11605 · 09.12.2025 г., 12:46
#animation@YiffArtHub
Hashtags
@profile_pictures_tm · Post #11537 · 16.10.2022 г., 16:01
#Animation
Hashtags
@figma60sec · Post #10723 · 23.03.2026 г., 17:03
SVG Motion — плагин анимирует векторные линии с помощью свойства «Обводка». Figma Community • #animation
Hashtags
@PawStash · Post #3570 · 02.03.2026 г., 22:23
Paw aftercare Mystery box YCH for Roukan #Animation
Hashtags
@viral_today · Post #3326 · 23.06.2025 г., 12:31
Cute animation of a little Lego kitty playing with a yarn ball @Viral_Today / #animation
Hashtags
@viral_today · Post #2278 · 17.04.2024 г., 14:30
Bread is bad for ducks and other waterfowl. Their natural diet consists of pond weed, seeds, insects, worms, small water snails, and even crustaceans, such as crayfish. White bread barely offers any nutrition. It simply acts as a filler. @Viral_Today / #animation
Hashtags