Bitwise OperationPython [Python] Bitwise Operation 2023/09/19 A1go bin(x) 回傳 “0b” + x(2) 的字串 Time Complexity O(log(x)) References Python Docs: bin() Last Updated on 2024/12/09 by A1go