From 480d0d1f281e4ec87ff206cd399e469284fe8fca Mon Sep 17 00:00:00 2001 From: Yao Zu <1796381757@qq.com> Date: Tue, 16 Jan 2024 20:52:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=200383.=E8=B5=8E=E9=87=91?= =?UTF-8?q?=E4=BF=A1.md=20Python=E7=89=88=E6=9C=AC=E5=85=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 原代码块语言为python3,代码随想录网站无法正常渲染,改为python --- problems/0383.赎金信.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/problems/0383.赎金信.md b/problems/0383.赎金信.md index b800c232..93ade51e 100644 --- a/problems/0383.赎金信.md +++ b/problems/0383.赎金信.md @@ -216,7 +216,7 @@ class Solution: (版本六)使用count(简单易懂) -```python3 +```python class Solution: def canConstruct(self, ransomNote: str, magazine: str) -> bool: for char in ransomNote: