From ff170ae2ce6eeb02d3a77742b041f3351abaa229 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Tue, 6 Jan 2026 22:32:00 +0800 Subject: [PATCH] update --- src/extensions/python.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/extensions/python.ts b/src/extensions/python.ts index 7517dc0..e93182d 100644 --- a/src/extensions/python.ts +++ b/src/extensions/python.ts @@ -12,7 +12,7 @@ export const python = [ detail: "读取输入", type: "function", info: "读取一行输入并返回字符串,可以传入提示文字。", - boost: 95, + boost: 99, apply: "input()", }, { @@ -250,7 +250,7 @@ export const python = [ label: "for", detail: "for 循环", type: "keyword", - info: "for target in iterable 结构,逐项遍历,可配合 else、enumerate、zip 等使用。", + info: "逐项遍历,可以配合 range 使用。", boost: 45, }, {