a = 0b1100101 # 0b is python's prefix to indicate that it is a binary number print(int(a)). so you convert a binary number to an integer by ...
確定! 回上一頁