This commit is contained in:
@@ -12,7 +12,7 @@ export const python = [
|
|||||||
detail: "读取输入",
|
detail: "读取输入",
|
||||||
type: "function",
|
type: "function",
|
||||||
info: "读取一行输入并返回字符串,可以传入提示文字。",
|
info: "读取一行输入并返回字符串,可以传入提示文字。",
|
||||||
boost: 95,
|
boost: 99,
|
||||||
apply: "input()",
|
apply: "input()",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -250,7 +250,7 @@ export const python = [
|
|||||||
label: "for",
|
label: "for",
|
||||||
detail: "for 循环",
|
detail: "for 循环",
|
||||||
type: "keyword",
|
type: "keyword",
|
||||||
info: "for target in iterable 结构,逐项遍历,可配合 else、enumerate、zip 等使用。",
|
info: "逐项遍历,可以配合 range 使用。",
|
||||||
boost: 45,
|
boost: 45,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user