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 2 #101

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 = 3

  *
 * *
* * *
 * *
  *

For n = 5

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

Code of Conduct

efrainMesia commented 2 years ago

Hi! :)

I would like to contribute :)

thanks

harshraj8843 commented 2 years ago

Hii @efrainMesia

Thanks for showing your interest in this open source project.

You can see this guide to contribute 😃