hex () returns a string >>> hex(123) '0x7b' >>> type(hex(123)) <class 'str'>. Python treats hex numbers as int > ...
確定! 回上一頁