❮ Home❮ Functions
Convert the number 12 into an octal value: x = oct(12)
oct()関数は、整数を8進文字列に変換します。 Pythonの8進文字列の前には00が付きます。
oct(int)
整数 整数