turtle.ht()
  • References/Python/Python/Frameworks

turtle.ht() Make the turtle invisible. It’s a good idea to do this while you’re in the middle of doing some complex drawing

2025-01-10 15:47:30
turtle.ontimer()
  • References/Python/Python/Frameworks

turtle.ontimer(fun, t=0)

2025-01-10 15:47:30
turtle.end_fill()
  • References/Python/Python/Frameworks

turtle.end_fill() Fill the shape drawn after the last call to begin_fill().

2025-01-10 15:47:30
cmd.Cmd.precmd()
  • References/Python/Python/Frameworks

Cmd.precmd(line) Hook method executed just before the command line line is interpreted, but after the input prompt

2025-01-10 15:47:30
turtle.begin_poly()
  • References/Python/Python/Frameworks

turtle.begin_poly() Start recording the vertices of a polygon. Current turtle position is first vertex of polygon.

2025-01-10 15:47:30
turtle.getscreen()
  • References/Python/Python/Frameworks

turtle.getscreen() Return the TurtleScreen object the turtle is drawing on. TurtleScreen methods can then be called

2025-01-10 15:47:30
turtle.fillcolor()
  • References/Python/Python/Frameworks

turtle.fillcolor(*args) Return or set the fillcolor. Four input formats are allowed:

2025-01-10 15:47:30
turtle.register_shape()
  • References/Python/Python/Frameworks

turtle.register_shape(name, shape=None) turtle.addshape(name, shape=None) There are three different ways to call

2025-01-10 15:47:30
turtle.speed()
  • References/Python/Python/Frameworks

turtle.speed(speed=None)

2025-01-10 15:47:30
turtle.degrees()
  • References/Python/Python/Frameworks

turtle.degrees(fullcircle=360.0)

2025-01-10 15:47:30