Skip to content

Latest commit

 

History

History
107 lines (86 loc) · 1.25 KB

README.md

File metadata and controls

107 lines (86 loc) · 1.25 KB

Pattern Printing

Patterns with the Video Tutorial

🎖️ Pattern 1

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

Check the Video tutorial

🎖️ Pattern 2

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

Check the Video tutorial

🎖️ Pattern 2 - Understanding the range function

Check the Video tutorial

🎖️ Pattern 3

1  
1  2  
1  2  3  
1  2  3  4  
1  2  3  4  5

Check the Video tutorial

🎖️ Pattern 4

1  
2  2
3  3  3
4  4  4  4
5  5  5  5  5

Check the Video tutorial

🎖️ Pattern 5

🎖️ 
🎖️  🎖️ 
🎖️  🎖️  🎖️ 
🎖️  🎖️  🎖️  🎖️ 
🎖️  🎖️  🎖️  🎖️  🎖️ 

or

# 
# #
# # #
# # # #
# # # # #

Check the Video tutorial

🎖️ Pattern 6

1 1 1 1 1 
2 2 2 2 
3 3 3 
4 4 
5 

Check the Video tutorial

🎖️ Pattern 7

5 5 5 5 5 
5 5 5 5 
5 5 5 
5 5 
5 

Check the Video tutorial

🎖️ Pattern 8

1 
2 1 
3 2 1 
4 3 2 1 
5 4 3 2 1

Check the Video tutorial