Use hex() to convert an integer to a hexadecimal string ; an_int = 10 ; hex_string = hex(an_int) ; print(hex_string).
確定! 回上一頁