hexlookup = {"0":0, "1":1 .... "A":10, ... "F":15}. Then convert your hex number to a string, and set your target integer to 0. Loop through the digits of ...
確定! 回上一頁