I've been trying to learn code 2 years, can't figure out python conversions or any language

后端 未结 0 921
伪装坚强ぢ
伪装坚强ぢ 2020-12-04 16:46

This is what I have tried for a simple inches to meters conversion:

inch = float(input(\'how many inches? \'))
meter = inch * 0.0254
print(meter)
相关标签:
回答
  • 消灭零回复
提交回复
热议问题