python 各种进制的转换

转换二进制: bin()函数

转换十进制:int()函数

转换十六进制:hex()函数

转换8进制:oct()函数

你可能感兴趣的:(python 各种进制的转换)