首页
编程
java
php
前端
首页
编程
java
php
前端
求解答,详解!快考试了
cm = 8 def inch(cm): # 单位转换 return 0.39 * cm print('8厘米等于{}英寸'.format(inch(8)))
点击展开全文