MCPcopy Create free account
hub / github.com/geekcomputers/Python / diamond.py

File diamond.py

diamond.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1def draw_diamond(n):
2 if n % 2 != 0:
3 k = 1
4 while k <= n:

Callers

nothing calls this directly

Calls 1

draw_diamondFunction · 0.85

Tested by

no test coverage detected