Write integers in binary, octal, and hexadecimal notation Convert a ... c = int(a, 0) + int(b, 0) print(c) print(bin(c)) # 12 # 0b1100.
確定! 回上一頁