Skip to content

Commit

Permalink
solve symbol pattern 2
Browse files Browse the repository at this point in the history
  • Loading branch information
Prisha-Mordia committed Oct 19, 2024
1 parent 703df23 commit 43425d6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
14 changes: 14 additions & 0 deletions Patterns/Symbol_Patterns/code/Symbol_Pattern_2/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Pattern Name: Symbol Pattern 2

**Pattern Image:**


![image](/Patterns/Symbol_Patterns/img/2.PNG)

**Contributor:** [Prisha Mordia](https://github.com/Prisha-Mordia)

:star2: Star it :fork_and_knife:Fork it :handshake: Contribute to it!

Discord server - http://pragmaticprogrammer.in/discord

Happy Coding :purple_heart:
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
for i in range(1, 6):
print("*" * i)

0 comments on commit 43425d6

Please sign in to comment.