Bytes

 0    4 fiche    jakitaki
Télécharger mP3 Imprimer jouer consultez
 
question English réponse English
Prefix to create bytes
commencer à apprendre
b'your text' - works for characters encoded by a single byte, code-point lies between 0 and 255 inclusively. A string containing characters other than these will lead to a syntax error.
function to convert string to bytes
commencer à apprendre
encode - default as utf-8
all purpose function to convert data to bytes
commencer à apprendre
bytes, requires encoding. A list of integers from 0 to 255 without encoding. With bigger integers to_bytes
function to create mutable bytes
commencer à apprendre
bytearray

Vous devez vous connecter pour poster un commentaire.