Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
def
draw_diamond(n):
2
if
n % 2 != 0:
3
k = 1
4
while
k <= n:
Callers
nothing calls this directly
Calls
1
draw_diamond
Function · 0.85
Tested by
no test coverage detected