Bytes

 0    4 tarjetas    jakitaki
descargar mp3 imprimir jugar test de práctica
 
término English definición English
Prefix to create bytes
empezar lección
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
empezar lección
encode - default as utf-8
all purpose function to convert data to bytes
empezar lección
bytes, requires encoding. A list of integers from 0 to 255 without encoding. With bigger integers to_bytes
function to create mutable bytes
empezar lección
bytearray

Debes iniciar sesión para poder comentar.