Update catalog.universal.i18n

This commit is contained in:
redgl0w
2019-11-02 10:10:25 +01:00
committed by GitHub
parent 3db48eac4f
commit 9348ba9e56

View File

@@ -141,3 +141,9 @@ PythonTurtleCommandShowturtle = "showturtle()"
PythonTurtleCommandSpeed = "speed(x)"
PythonTurtleCommandWhite = "'white'"
PythonTurtleCommandYellow = "'yellow'"
PythonTimeCommandImportFrom = "from time import *"
PythonCommandImportTime = "import time"
PythonCommandTimeFunction = "time.function"
PythonTimeCommandSleep = "sleep()"
PythonTimeCommandSleepDemo = "sleep(n)"
PythonTimeCommandMonotonic = "monotonic()"