Use the hex() function to print a variable in hexadecimal, e.g. print(hex(variable)) . If the variable stores a string, iterate over it and pass the Unicode ...
確定! 回上一頁