print(int("54", 8))# 表示把8进制的54转换成十进制数并输出结果。# 8可以是2、8,10,16等进制数
https://www.cnblogs.com/aaronthon/p/9446048.html