akshitagit / akshitagit/Python
CREATE A HOLLOW RHOMBUS PATTERN
Abierto
algorithms
datastructures
DSA
good first issue
hacktoberfest
hacktoberfest2020
hactoberfest
pattern
- Lenguaje dominante
- Python
- Estrellas
- 124
- Forks
- 109
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
Take N (number of rows), print the following pattern (for N = 5).
* * * * *
* * * *
* *
* * * *
* * * * *
Input Format
Constraints
0 < N < 10 (where N is an odd number)
Guía de contribución
Evaluación
Este issue todavía no se ha evaluado.