"""格式化输出"""
a = float(input())
print(‘{:.3f}‘.format(a))
格式化输出
原文:https://www.cnblogs.com/zhangfurong/p/15260700.html