public/subjects/pyramid
davhojt 0a870df0c5 docs(pyramid): correct grammar 2022-05-31 08:27:51 +02:00
..
README.md docs(pyramid): correct grammar 2022-05-31 08:27:51 +02:00

README.md

Pyramid

Instructions

Create a function named pyramid which works just like your triangle function. But, it should be pyramid shaped.

Output example

  • * character and depth of 5 :
    *
   ***
  *****
 *******
*********

No new line in last line

Notions