codinasion-archive / codinasion-programme

An open source codebase for sharing programming solutions.
https://codinasion.vercel.app/programme
MIT License
62 stars 147 forks source link

Print Pattern 1 #96

Closed harshraj8843 closed 2 years ago

harshraj8843 commented 2 years ago

Title of article

Write a Python programme to print the given pattern.

Additional information

For n = 5

* * * * *
  * * * *
    * * *
      * *
        *

Code of Conduct

yacine-zitouni commented 2 years ago

Hi, I want to contribute, I saw that there is different tasks for print pattern, how should I name the folder and the script ? thank you.

harshraj8843 commented 2 years ago

Hii @yacine-zitouni

Thanks for noticing the same title issue

For now you can add your solution to programme/pattern1

If there is no folder name programme/pattern1, please create one

yacine-zitouni commented 2 years ago

Alright, thank you.