From b7beeca9da301f8b097ceb5609842509bb91b5f9 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:19:50 +0800 Subject: [PATCH] =?UTF-8?q?NP5=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E8=BE=93?= =?UTF-8?q?=E5=87=BA=EF=BC=88=E4=B8=80=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NP/NP5.py | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 NP/NP5.py diff --git a/NP/NP5.py b/NP/NP5.py new file mode 100644 index 0000000..c736654 --- /dev/null +++ b/NP/NP5.py @@ -0,0 +1,6 @@ +#!/usr/bin/env python3 +# @author 轩辕龙儿 +# @date 2022/10/25 +# @file NP5.py +name = input() +print("I am %s and I am studying Python in Nowcoder!" % name)