From 3289fc3602451d746c1fed01104bd9b10f695413 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BD=A9=E8=BE=95=E9=BE=99=E5=84=BF?= Date: Tue, 25 Oct 2022 13:20:18 +0800 Subject: [PATCH] =?UTF-8?q?NP6=20=E7=89=9B=E7=89=9B=E7=9A=84=E5=B0=8F?= =?UTF-8?q?=E6=95=B0=E8=BE=93=E5=87=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NP/NP6.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 NP/NP6.py diff --git a/NP/NP6.py b/NP/NP6.py new file mode 100644 index 0000000..181af87 --- /dev/null +++ b/NP/NP6.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 +# @author 轩辕龙儿 +# @date 2022/10/25 +# @file NP6.py +num = float(input()) +print("%0.2f" % num)