From e43a0721217d11a844544506f1b042007639eb59 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 14:06:24 +0800 Subject: [PATCH] =?UTF-8?q?NP15=20=E6=88=AA=E5=8F=96=E7=94=A8=E6=88=B7?= =?UTF-8?q?=E5=90=8D=E5=89=8D10=E4=BD=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NP/NP15.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 NP/NP15.py diff --git a/NP/NP15.py b/NP/NP15.py new file mode 100644 index 0000000..78191d9 --- /dev/null +++ b/NP/NP15.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 +# @author 轩辕龙儿 +# @date 2022/10/25 +# @file NP15.py +s = input() +print(s[0:10])