akshitagit / akshitagit/Python

CREATE A HOLLOW RHOMBUS PATTERN

Open
#73 6 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.