PythonPython ビット演算 2進数表示 (bin) >>> bin(23) '0b10111' 16進数表示 (hex) >>> hex(121) '0x79'>>&...2022.09.232022.10.07 0Python