turtle.title(titlestring)
| Parameters: | titlestring – a string that is shown in the titlebar of the turtle graphics window |
|---|
Set title of turtle window to titlestring.
>>> screen.title("Welcome to the turtle zoo!")
turtle.title(titlestring)
| Parameters: | titlestring – a string that is shown in the titlebar of the turtle graphics window |
|---|
Set title of turtle window to titlestring.
>>> screen.title("Welcome to the turtle zoo!")
Please login to continue.