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, }, {