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

TGINSIGHT SIMILAR POSTS

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

Изворен канал @pythonotes · Post #84 · 13 мај

В продолжение прошлого поста про цифры в мире строк. Почему методы isdigit() и isnumeric() не определяют в строке float и отрицательные значения? Дело в том, что эти методы работают с ЦИФРАМИ, то есть с единичным символом. А строка "-2" или "3.4" это уже ЧИСЛО. То есть не символ а значение, записанное несколькими символами. Все озвученные методы проходятся по каждому символу строки и проверяют их индивидуально. В юникоде есть символы цифр с точками "🄀⒈⒉⒊⒋⒌⒍⒎⒏⒐" Каждая из них это ОДИН СИМВОЛ, поэтому он будет считаться цифрой >>> '⒌'.isdigit(), '⒌'.isnumeric() True, True Но когда мы пишем это выражение в два символа ( 5+точка), то это не работает. >>> '5.'.isdigit(), '5.'.isnumeric() False, False А еще есть такие символы >>> '⑴⑵⑶⑷⑸'.isdigit() True >>> '🄁🄂🄃'.isdigit() True Но они не преобразуются в десятичные цифры >>> '⒈'.isdecimal() False >>> '🄃'.isdecimal() False >>> '⑶'.isdecimal() False #basic

Hashtags

Резултати

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

Пребарај: #interestratecuts

当前筛选 #interestratecuts清除筛选
Crypto M - Crypto News

@CryptoM · Post #65402 · 13.04.2026 г., 05:18

🚀 Deutsche Bank Strategists: U.S. Inflation Impact from Middle East Ceasefire Could Be Temporary On April 13, Deutsche Bank strategists released a report indicating that the U.S. Treasury market will need to assess the impact of the Middle East conflict ceasefire on U.S. inflation. According to Jin10, if the ceasefire persists, the inflation surge is likely to be viewed as a temporary phenomenon. The strategists expect the Federal Reserve to resume interest rate cuts in September. They also highlighted the need to monitor the war's potential impact on Treasury issuance, as Congress might allocate additional funds for the military. Deutsche Bank strategists anticipate that any increase in issuance will remain moderate and primarily involve long-term financing, helping to avoid pressure on long-term yields. #DeutscheBank#USTreasury#MiddleEastCeasefire#USInflation#FederalReserve#InterestRateCuts#TreasuryIssuance#MilitarySpending#LongTermFinancing