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

Резултати

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

Пребарај: #monk

当前筛选 #monk清除筛选
TMONK Announcements

@tmonkannouncements · Post #259 · 22.08.2025 г., 09:18

NEW CONTEST🧘🧘🧘🧘 We are the OG..🔝 We are MONK!🆒 Durov it s a MONK not only on Telegram username but in his concept of life, in his mindset, in all he what to do. Study his post on his official channel (Telegram, Instangram and X) and you will be excited by the truth that will appear to you. Durov is a #MONK!👍👍👍 No others narrative, only this is the OG.🆒🆒 Show this truth to the world!! The best two post on X and on the Main Chat on Telegram will win 15 💎 and 10 💎 respectively. END OF CONTEST 25 AUGUST AT 8 P.M.👀👀

Hashtags

Crypto M - Crypto News

@CryptoM · Post #64845 · 10.04.2026 г., 03:43

🚀 Understanding Different Personality Types in Modern Society PANews posted on X (formerly Twitter) about various personality types observed in contemporary society. The discussion highlights four distinct archetypes: the Cynic, who often expresses skepticism but frequently ends up managing difficult situations; the Strategist, who appears to be disconnected but becomes highly productive as deadlines approach; the Resourceful, who thrives under narratives of scarcity and tends to be frugal; and the Monk, who practices restraint and detachment, leading a life of minimal desires and low volatility. #personalitytypes#modernlife#cynic#strategist#resourceful#monk#society

Crypto M - Crypto News

@CryptoM · Post #64847 · 10.04.2026 г., 03:50

🚀 Overview of SBTI's 28 Personality Types PANews posted on X (formerly Twitter) about the 28 distinct personality types identified by SBTI. These include the 'Controller' who excels in task management and situation handling, and the 'ATM-er' who invests time and emotional value. The 'Dior-s' represents a self-deprecating narrative under pressure, while the 'BOSS' is goal-oriented with strong organizational skills. The 'Thanker' leans towards positive feedback and gratitude, whereas the 'Oh-No' personality anticipates risks and negative outcomes. The 'GoGo' is action-driven, and the 'Sexy' emphasizes style and attraction. The 'Lover' is emotionally invested, and the 'Mum' is nurturing and concerned. The 'Fake' wears a social mask, and the 'OJBK' is conflict-averse. The 'Malo' resonates with the working class, while the 'Joker' uses humor to mask vulnerability. The 'WOC!' is highly reactive, and the 'Thinker' is analytical. The 'Shit' is cynical but often cleans up messes, while the 'ZZZZ' strategically disconnects. The 'Poor' is resource-conscious, and the 'Monk' is restrained and detached. The 'IMSB' is self-deprecating, and the 'Solo' is independent. The 'FUCK' is direct and rebellious, while the 'Dead' feels drained. The 'IMFW' has a low self-assessment, and the 'HHHH' finds humor first. The 'Drunk' is a hidden personality, and the 'Kanye' remains mysterious. #SBTI#PersonalityTypes#Controller#ATM#Dior#BOSS#Thanker#OhNo#GoGo#Sexy#Lover#Mum#Fake#OJBK#Malo#Joker#WOC#Thinker#Shit#ZZZZ#Poor#Monk#IMSB#Solo#FUCK#Dead#IMFW#HHHH#Drunk#Kanye