他们的anypython3函数是不是直接把十六进制的no转成十进制的no?

Is their any python3 function to convert hexadecimal no to decimal no directly?

python3里面有没有直接把十六进制no转成十进制no的函数??(比如python3里面有bin,oct等函数)

以下 post 中提供了有用的信息:How do I convert hex to decimal in Python?

干杯!