网站首页 美食营养 游戏数码 手工爱好 生活家居 健康养生 运动户外 职场理财 情感交际 母婴教育 时尚美容

如何用Python使单位米转换为厘米

时间:2024-10-12 15:49:10

1、新建一个空白的Python文档。

如何用Python使单位米转换为厘米

3、加了STR后,还是错误,因为METRES是数字,数字要和数字相乘。metres = input("Please enter the metres that you want to transfer into centimetres:")print(metres + "m" + "=" + str(metres * 100) + "cm")

如何用Python使单位米转换为厘米

5、为了让程序观看方便,定凶及淄靥义变量cm。metres = input("Please enter the metres that you want to transfer into centimetres:")cm = float(metres) * 100print(metres + " m " + " = " + str(cm) + " cm "

如何用Python使单位米转换为厘米
© 小知经验