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

Function doit3

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

Source from the content-addressed store, hash-verified

75 return t
76
77def doit3(level, pen):
78 pen.hideturtle()
79 start(pen, 190, -90)
80 t = tree( [pen], 100, level, 0.1, [[ (45,0.7), (0,0.72), (-45,0.65) ]] )
81 return t
82
83# Hier 3 Baumgeneratoren:
84def main():

Callers 1

mainFunction · 0.85

Calls 3

hideturtleMethod · 0.80
startFunction · 0.70
treeFunction · 0.70

Tested by

no test coverage detected