Skip to content

Commit 95e5546

Browse files
Merge pull request #278 from Prisha-Mordia/main
Symbol Pattern 2
2 parents 703df23 + 8da64a8 commit 95e5546

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Pattern Name: Symbol Pattern 2
2+
3+
**Pattern Image:**
4+
5+
6+
![image](/Patterns/Symbol_Patterns/img/2.PNG)
7+
8+
**Contributor:** [Prisha Mordia](https://github.com/Prisha-Mordia)
9+
10+
:star2: Star it :fork_and_knife:Fork it :handshake: Contribute to it!
11+
12+
Discord server - http://pragmaticprogrammer.in/discord
13+
14+
Happy Coding :purple_heart:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
for i in range(1, 6):
2+
print("*" * i)

0 commit comments

Comments
 (0)