Update catalog.universal.i18n

This commit is contained in:
redgl0w
2019-11-02 15:53:09 +01:00
committed by GitHub
parent 83a89a0151
commit e3da950704

View File

@@ -141,6 +141,7 @@ PythonTurtleCommandShowturtle = "showturtle()"
PythonTurtleCommandSpeed = "speed(x)"
PythonTurtleCommandWhite = "'white'"
PythonTurtleCommandYellow = "'yellow'"
PythonTimeModule = "time"
PythonTimeCommandImportFrom = "from time import *"
PythonCommandImportTime = "import time"
PythonCommandTimeFunction = "time.function"