NP6 牛牛的小数输出

This commit is contained in:
轩辕龙儿 2022-10-25 13:20:18 +08:00
parent b7beeca9da
commit 3289fc3602

6
NP/NP6.py Normal file
View File

@ -0,0 +1,6 @@
#!/usr/bin/env python3
# @author 轩辕龙儿
# @date 2022/10/25
# @file NP6.py
num = float(input())
print("%0.2f" % num)