akshitagit / akshitagit/Python
CREATE A HOLLOW RHOMBUS PATTERN
Open
algorithms
datastructures
DSA
good first issue
hacktoberfest
hacktoberfest2020
hactoberfest
pattern
- Dominant language
- Python
- Stars
- 124
- Forks
- 109
- PR merge metrics
- No merged PRs in 30d
Description
Take N (number of rows), print the following pattern (for N = 5).
* * * * *
* * * *
* *
* * * *
* * * * *
Input Format
Constraints
0 < N < 10 (where N is an odd number)
Contributor guide
Assessment
This issue has not been assessed yet.