From d4e1a6bfaea757962e436eabf0efbe0630e92ebe Mon Sep 17 00:00:00 2001 From: JackH <1620514129@qq.com> Date: Fri, 27 Jun 2025 22:13:48 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E7=89=87=E5=AD=A6=E4=B9=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- day1/str.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/day1/str.py b/day1/str.py index 2277451..c21e173 100644 --- a/day1/str.py +++ b/day1/str.py @@ -1,2 +1,2 @@ a = 'sb114514' -print(a) \ No newline at end of file +print(a[:2].isalpha()) \ No newline at end of file