[apps/code] Add 'write' to the toolbox (in Turtle module and catalog)

This commit is contained in:
Émilie Feral
2020-05-28 17:18:05 +02:00
parent 8ceb368047
commit 6c54fb4ebc
9 changed files with 11 additions and 1 deletions

View File

@@ -193,4 +193,5 @@ PythonTurtleSetheading = "Set the orientation to a degrees"
PythonTurtleSetposition = "Positionne la tortue"
PythonTurtleShowturtle = "Show the turtle"
PythonTurtleSpeed = "Drawing speed between 0 and 10"
PythonTurtleWrite = "Display a text"
PythonUniform = "Floating point number in [a,b]"