@gatingo_art · Post #2262 · 28.06.2025 г., 19:34
The wall of history in Benin, West Africa...come see for yourself! #ancestors#roots#diaspora#benin#Sankofa @topfans
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
Пребарај: #roots
@gatingo_art · Post #2262 · 28.06.2025 г., 19:34
The wall of history in Benin, West Africa...come see for yourself! #ancestors#roots#diaspora#benin#Sankofa @topfans
@m1r0slavakarpovich · Post #873 · 11.04.2023 г., 10:43
This year was full of delightful discoveries ..Sanding love and warmth.Always and ever so appreciative of the support🕊️✨🤍 VIII Labour is blossoming or dancing where The body is not bruised to pleasure soul. Nor beauty born out of its own despair, Nor blear-eyed wisdom out of midnight oil. O chestnut-tree, great-rooted blossomer, Are you the leaf, the blossom or the bole? O body swayed to music, O brightening glance, How can we know the dancer from the dance? William Butler Yeats #today#heavenonearth#purelove#offwhite#muse#inspiration#moodoftheday#photography#photooftheday#actrice#actress#theatre#model #🤍 #🕊️#всемхорошегодня#petitefemme#mira#женщинамира#мирославакарпович#благодарю#spring#весна#ame#coeur#roots