def printHexNumber(self, hexString): hexList = list(hexString) if (hexList[0] is not "0") or (hexList[1] is not "x"): print "Please input a 4-digit hex ...
確定! 回上一頁