From 66070f0497d891e18bf581cff9d07f5d835a3c49 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:21:18 +0800 Subject: [PATCH] =?UTF-8?q?NP8=20=E4=B8=BA=E6=95=B4=E6=95=B0=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=B0=8F=E6=95=B0=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NP/NP8.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 NP/NP8.py diff --git a/NP/NP8.py b/NP/NP8.py new file mode 100644 index 0000000..041c9cb --- /dev/null +++ b/NP/NP8.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +# @author 轩辕龙儿 +# @date 2022/10/25 +# @file NP8.py +a = int(input()) +num = float(a) +print(num) +print(type(num))