标签:put 转换 print int span bsp class color nbsp
填写你需要转换的数值,然后填写数值的进制,就可以转换成十进制的数值:
a=input(‘请输入数值:‘) b=int(input(‘请输入进制:‘)) c=int(a,base=b) print(c)
我写的第三个程序(进制转换器)
原文地址:https://www.cnblogs.com/shengbei/p/8848353.html