MCPcopy 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

1def pattern(n):
2 if(n==0):
3 return
4 print("*" * n)

Callers

nothing calls this directly

Calls 1

patternFunction · 0.85

Tested by

no test coverage detected