And below Python concepts are used to print that patterns
- For Loop
- While Loop
- if..else
1). Program to print half pyramid pattern using star(*) in Python
Output
2). Program to print left half diamond pattern using star(*) in Python
Output
3). Program to print full diamond pattern using star(*) in Python
Output
What did you think?