From e3da9507044596e0fd3ca057fffa72e7efdfd84f Mon Sep 17 00:00:00 2001 From: redgl0w <43498612+RedGl0w@users.noreply.github.com> Date: Sat, 2 Nov 2019 15:53:09 +0100 Subject: [PATCH] Update catalog.universal.i18n --- apps/code/catalog.universal.i18n | 1 + 1 file changed, 1 insertion(+) 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"