MCPcopy Create free account
hub / github.com/python/cpython / sun

Function sun

Lib/turtledemo/penrose.py:103–106  ·  view source on GitHub ↗
(l, n)

Source from the content-addressed store, hash-verified

101 stamp()
102
103def sun(l, n):
104 for i in range(5):
105 inflatekite(l, n)
106 lt(72)
107
108def star(l,n):
109 for i in range(5):

Callers

nothing calls this directly

Calls 2

inflatekiteFunction · 0.85
ltFunction · 0.50

Tested by

no test coverage detected