Is turtle visible?

shownp
shown?

Returns true if a turtle's icon is visible in the graphics window, otherwise returns false.

Example:

hideturtle
print shown?
showturtle
print shown?

Output:

False
True

See also:

showturtle, st - show turtle's icon
hideturtle, ht - hide turtle's icon

Table of Content