File tree Expand file tree Collapse file tree
universalpython/languages/de Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ reserved:
2020 " 8" : "8"
2121 " 9" : "9"
2222 " 0" : "0"
23- " drucken " : "print"
23+ " ausgeben " : "print"
2424 " sonstwenn" : "elif"
2525 " wenn" : "if"
2626 " sonst" : "else"
@@ -30,22 +30,22 @@ reserved:
3030 " eingabe" : "input"
3131 " abbrechen" : "break"
3232 " weiter" : "continue"
33- " nichts " : "pass"
33+ " überspringen " : " pass"
3434 " wahr" : "True"
3535 " falsch" : "False"
3636 " ist" : "is"
3737 " klasse" : "class"
3838 " funktion" : "def"
3939 " __anfang__" : "__init__"
4040 " selbst" : "self"
41- " zurück " : "return"
41+ " zurückgeben " : "return"
4242 " zeichenkette " : " string"
4343 " str" : "str"
44- " hinzufügen " : "append"
44+ " anhängen " : "append"
4545 " entfernen" : "pop"
4646 " und" : "and"
4747 " oder" : "or"
4848 " alle" : "all"
49- " irgendwas " : "any"
50- " nichts_wert " : "None"
51- " zahl " : "int"
49+ " irgendein " : "any"
50+ " kein_wert " : "None"
51+ " ganzzahl " : "int"
You can’t perform that action at this time.
0 commit comments