MCPcopy Create free account
hub / github.com/RT-Thread/env-windows / doit1

Function doit1

tools/python-3.11.9-amd64/Lib/turtledemo/forest.py:65–69  ·  view source on GitHub ↗
(level, pen)

Source from the content-addressed store, hash-verified

63 t.pendown()
64
65def doit1(level, pen):
66 pen.hideturtle()
67 start(pen, 20, -208)
68 t = tree( [pen], 80, level, 0.1, [[ (45,0.69), (0,0.65), (-45,0.71) ]] )
69 return t
70
71def doit2(level, pen):
72 pen.hideturtle()

Callers 1

mainFunction · 0.85

Calls 3

hideturtleMethod · 0.80
startFunction · 0.70
treeFunction · 0.70

Tested by

no test coverage detected