We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 703df23 + 8da64a8 commit 95e5546Copy full SHA for 95e5546
Patterns/Symbol_Patterns/code/Symbol_Pattern_2/README.md
@@ -0,0 +1,14 @@
1
+# Pattern Name: Symbol Pattern 2
2
+
3
+**Pattern Image:**
4
5
6
+
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:
Patterns/Symbol_Patterns/code/Symbol_Pattern_2/symbol_pattern_2.py
@@ -0,0 +1,2 @@
+for i in range(1, 6):
+ print("*" * i)
0 commit comments