diff --git a/apps/code/catalog.universal.i18n b/apps/code/catalog.universal.i18n index 4958b49d1..e331df515 100644 --- a/apps/code/catalog.universal.i18n +++ b/apps/code/catalog.universal.i18n @@ -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"