第12308题 单选题
转换地月平均距离单位的Python代码输出结果是什么

天文学社的小明需要用Python程序正确输出地月平均距离(384400公里)并转换为万公里单位,问以下代码的输出结果是什么?

distance=384400
print("地月平均距离:{:.1f}万公里".format(distance / 10000))
{{ option.label }}
子题{{ index + 1 }} {{ child.type_label }}
{{ option.label }}
✓ 正确 ◐ 部分正确 ✗ 错误
程序运行统计
暂无判题统计
提交{{ questionInfo.stats ? questionInfo.stats.submit_count : 0 }}次 正确率{{ statsAccuracy }}%
答案解析