MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / forward

Method forward

Lib/lib-tk/turtle.py:1531–1552  ·  view source on GitHub ↗

Move the turtle forward by the specified distance. Aliases: forward | fd Argument: distance -- a number (integer or float) Move the turtle forward by the specified distance, in the direction the turtle is headed. Example (for a Turtle instance name

(self, distance)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

dotMethod · 0.45

Calls 1

_goMethod · 0.95

Tested by

no test coverage detected