From 07624f6225dbc3229c6176c37bf62ab4fac3660f 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:22:47 +0800 Subject: [PATCH] =?UTF-8?q?NP11=20=E5=8D=95=E8=AF=8D=E7=9A=84=E9=95=BF?= =?UTF-8?q?=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NP/NP11.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 NP/NP11.py diff --git a/NP/NP11.py b/NP/NP11.py new file mode 100644 index 0000000..d95fbfd --- /dev/null +++ b/NP/NP11.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 +# @author 轩辕龙儿 +# @date 2022/10/25 +# @file NP11.py +s = input() +print(len(s))