[apps/code] Added os in toolbox

This commit is contained in:
M4x1m3
2020-07-23 17:13:40 +02:00
parent c5500eee06
commit 12fb82b028
12 changed files with 63 additions and 0 deletions

View File

@@ -196,6 +196,11 @@ PythonTurtleSpeed = "Drawing speed between 0 and 10"
PythonTurtleWrite = "Display a text"
PythonUniform = "Floating point number in [a,b]"
PythonImportTime = "Import time module"
PythonImportOs = "Import os module"
PythonOsUname = "Get infos about the system"
PythonOsRemove = "Remove file named filename"
PythonOsRename = "Rename file oldname to newname"
PythonOsListdir = "List files in memory"
PythonTimePrefix = "time module function prefix"
PythonTimeSleep = "Wait for n second"
PythonMonotonic = "Return monotonic time"