python Copy byte_var = 'γιαούρτι - yogurt'.encode('utf-8') print('Byte variable: ', byte_var) print('Hexadecimal: ', byte_var.hex()).
確定! 回上一頁