Merge branch 'omega-dev' into omega-dev-OS-attributes

This commit is contained in:
Maxime FRIESS
2021-06-29 20:52:29 +02:00
committed by GitHub
13 changed files with 224 additions and 224 deletions

View File

@@ -103,7 +103,7 @@ PythonPower = "x raised to the power y"
PythonPrint = "Print object"
PythonRadians = "Convert x from degrees to radians"
PythonRandint = "Random integer in [a,b]"
PythonRandom = "Floating point number in [0,1["
PythonRandom = "Floating point number in [0,1]"
PythonRandomFunction = "random module function prefix"
PythonRandrange = "Random number in range(start,stop)"
PythonRangeStartStop = "List from start to stop-1"