|
|
|
Label text
takes a word or list as input, and prints the input on the graphics window, starting at the turtle's position. A word will always be in lowercase while the case of a list of words will be preserved.
Example:
label "Hallo ; will print "hallo" in the graph window label [Hallo World] ; will print "Hallo World" |
|
|
|