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

TGINSIGHT SIMILAR POSTS

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

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

Теперь запакуем строку. В этом случае следует передавать тип данных bytes. >>> struct.pack('=s', b'a') b'a' Для записи слова следует указывать количество символов. >>> struct.pack('=5s', b'hello') b'hello' Кстати, запакованный вид соответствует исходному тексту. Всё верно, символ есть в таблице ASCII, то есть его код попадает в диапазон 0-127, он может быть записан одним байтом и имеет визуальное представление. А вот что будет если добавить символ вне ASCII >>> struct.pack(f'=s', b'ё') SyntaxError: bytes can only contain ASCII literal characters. Ошибка возникла еще на этапе создания объекта bytes, который не может содержать такой символ. Поэтому надо кодировать эти байты из строки. >>> enc = 'ёжик'.encode('utf-8') >>> struct.pack(f'={len(enc)}s', enc) b'\xd1\x91\xd0\xb6\xd0\xb8\xd0\xba' Заметьте, длина такой строки в байтах отличается от исходной длины, так как символы вне ASCII записываются двумя байтами и более. Поэтому здесь формат создаём на лету, используя получившуюся длину как каунтер токена. #libs#basic

Hashtags

Резултати

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

Пребарај: #onion

当前筛选 #onion清除筛选
TONlines – News

@tonlines · Post #6889 · 21.04.2025 г., 18:22

⚡️bemo: Final Opportunity for Genesis ONIONs #ONION#NFT The bemo channel announces the last chance to mint Genesis ONIONs NFTs, linked with the ONTON ecosystem. These NFTs offer access to an ONION airdrop, private sale, and voting power within the ONIONVerse. The deadline to mint is April 21. Source: link @tonlines

Hashtags

ONTON Launches ONION Genesis NFT Collection in Partnership with TON Society TON Society SBT holders now get exclusive 24-hour early access to the mint — just one of the many perks of being part of the #TONSociety🔠 Plus, a portion of the upcoming $ONION airdrop is reserved for Genesis NFT holders. The more NFTs you collect, the greater your final reward. ⚙️How it works: • Open the app • Pay 5 TON to spin • Unwrap a Gold, Silver, or Bronze ONION NFT • Complete a full set to boost your airdrop multiplier 💎And this is just the beginning. More collabs and exclusive benefits for SBT holders are on the way #ONION#TON#SBT#Airdrop