changed more words

This commit is contained in:
CT
2026-05-18 11:44:02 -05:00
parent e5cc2e2feb
commit 773e56b619

View File

@@ -13,13 +13,13 @@
"para": "for", "para": "for",
"的时候": "while", "的时候": "while",
"def": "def", "def": "def",
"clase": "class", "": "class",
"importar": "import", "importar": "import",
"de": "from", "de": "from",
"como": "as", "como": "as",
"retornar": "return", "retornar": "return",
"parar": "break", "打断": "break",
"continuar": "continue", "继续": "continue",
"pasar": "pass", "pasar": "pass",
"intentar": "try", "intentar": "try",
"excepto": "except", "excepto": "except",