From 6a1cf8f101ff558e3d58dd4d01e1fc1ed49666e5 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:04:53 +0800 Subject: [PATCH] =?UTF-8?q?NP12=20=E6=A0=BC=E5=BC=8F=E5=8C=96=E8=BE=93?= =?UTF-8?q?=E5=87=BA=EF=BC=88=E4=BA=8C=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NP/NP12.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 NP/NP12.py diff --git a/NP/NP12.py b/NP/NP12.py new file mode 100644 index 0000000..5862069 --- /dev/null +++ b/NP/NP12.py @@ -0,0 +1,8 @@ +#!/usr/bin/env python3 +# @author 轩辕龙儿 +# @date 2022/10/25 +# @file NP12.py +s = input() +print(s.lower()) +print(s.upper()) +print(s.title())