格式化输出

"""格式化输出"""

a = float(input())

print('{:.3f}'.format(a))

 

 

 

 

posted @ 2021-09-13 00:11  苒若  阅读(16)  评论(0)    收藏  举报