more words added
This commit is contained in:
@@ -8,25 +8,25 @@
|
|||||||
},
|
},
|
||||||
"keywords": {
|
"keywords": {
|
||||||
"如果": "if",
|
"如果": "if",
|
||||||
"sino": "else",
|
"否则": "else",
|
||||||
"osi": "elif",
|
"否": "elif",
|
||||||
"para": "for",
|
"对于": "for",
|
||||||
"的时候": "while",
|
"而": "while",
|
||||||
"def": "def",
|
"功能": "def",
|
||||||
"类": "class",
|
"类": "class",
|
||||||
"importar": "import",
|
"导入": "import",
|
||||||
"de": "from",
|
"从": "from",
|
||||||
"como": "as",
|
"como": "as",
|
||||||
"retornar": "return",
|
"返回": "return",
|
||||||
"打断": "break",
|
"打断": "break",
|
||||||
"继续": "continue",
|
"继续": "continue",
|
||||||
"pasar": "pass",
|
"pasar": "pass",
|
||||||
"intentar": "try",
|
"intentar": "try",
|
||||||
"excepto": "except",
|
"excepto": "except",
|
||||||
"finalmente": "finally",
|
"finalmente": "finally",
|
||||||
"lanzar": "raise",
|
"提出": "raise",
|
||||||
"con": "with",
|
"同": "with",
|
||||||
"en": "in",
|
"在": "in",
|
||||||
"是": "is",
|
"是": "is",
|
||||||
"和": "and",
|
"和": "and",
|
||||||
"或": "or",
|
"或": "or",
|
||||||
@@ -39,25 +39,25 @@
|
|||||||
"esperar": "await",
|
"esperar": "await",
|
||||||
"asinc": "async",
|
"asinc": "async",
|
||||||
"lambda": "lambda",
|
"lambda": "lambda",
|
||||||
"Verda": "True",
|
"真": "True",
|
||||||
"Falso": "False",
|
"假": "False",
|
||||||
"Nada": "None"
|
"空": "None"
|
||||||
},
|
},
|
||||||
"builtins": {
|
"builtins": {
|
||||||
"写": "print",
|
"写": "print",
|
||||||
"imprimir": "print",
|
"打印": "print",
|
||||||
"entrada": "input",
|
"扫描": "input",
|
||||||
"lon": "len",
|
"lon": "len",
|
||||||
"dist": "range",
|
"dist": "range",
|
||||||
"tipo": "type",
|
"型": "type",
|
||||||
"ent": "int",
|
"数字": "int",
|
||||||
"dec": "float",
|
"浮点数": "float",
|
||||||
"texto": "str",
|
"字符串": "str",
|
||||||
"lista": "list",
|
"列表": "list",
|
||||||
"dicc": "dict",
|
"dicc": "dict",
|
||||||
"conj": "set",
|
"conj": "set",
|
||||||
"tupla": "tuple",
|
"tupla": "tuple",
|
||||||
"bool": "bool",
|
"布尔": "bool",
|
||||||
"abrir": "open",
|
"abrir": "open",
|
||||||
"enumerar": "enumerate",
|
"enumerar": "enumerate",
|
||||||
"map": "map",
|
"map": "map",
|
||||||
@@ -82,9 +82,9 @@
|
|||||||
"sigue": "next",
|
"sigue": "next",
|
||||||
"id": "id",
|
"id": "id",
|
||||||
"car": "chr",
|
"car": "chr",
|
||||||
"hex": "hex",
|
"十六进制": "hex",
|
||||||
"bin": "bin",
|
"二进制": "bin",
|
||||||
"oct": "oct"
|
"八进制": "oct"
|
||||||
},
|
},
|
||||||
"exceptions": {
|
"exceptions": {
|
||||||
"Excepcion": "Exception",
|
"Excepcion": "Exception",
|
||||||
@@ -135,10 +135,10 @@
|
|||||||
"TimeoutError": "Error de tiempo agotado"
|
"TimeoutError": "Error de tiempo agotado"
|
||||||
},
|
},
|
||||||
"stdlib": {
|
"stdlib": {
|
||||||
"mate": "math",
|
"数学": "math",
|
||||||
"sis": "sys",
|
"系统": "sys",
|
||||||
"fechahora": "datetime",
|
"日期时间": "datetime",
|
||||||
"tiempo": "time",
|
"时间": "time",
|
||||||
"aleatorio": "random",
|
"aleatorio": "random",
|
||||||
"aleatoria": "random",
|
"aleatoria": "random",
|
||||||
"colecciones": "collections",
|
"colecciones": "collections",
|
||||||
|
|||||||
Reference in New Issue
Block a user