Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CodeWithHarry/The-Ultimate-Python-Course
/ 05_problem5.py
File
05_problem5.py
Chapter 8 - PS/05_problem5.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
def
pattern(n):
2
if
(n==0):
3
return
4
print(
"*"
* n)
Callers
nothing calls this directly
Calls
1
pattern
Function · 0.85
Tested by
no test coverage detected