Hello everybody! Welcome to programminginpython.com, am back with another tutorial. Here I will tell you How to print a diamond pattern in python. In earlier posts, I have shared with you how to print a pyramid pattern and reverse pyramid pattern. In this post, I will combine both to print a Diamond pattern in Python.
Tip: Join Codecademy. The easiest way to learn to code. It’s interactive, fun, and you can do it with your friends.
You can also watch the video on YouTube here.
Task
Python Program to print a Diamond Pattern.
Approach
- Read an input integer for asking the range of the diamond using
input()
- Run 2 for loops, one for printing in a pyramid pattern and other for printing in a reverse pyramid pattern.
- In each of the loop every line with specific
*
and ` ` is printed.
Print Diamond Pattern – Code Visualization
Program
Output

That’s it for this tutorial. Feel free to look at other pattern programs here or check out the programs on Algorithms here.
Course Suggestion
The Complete Web Developer Course.
Learn Web Development by building 25 websites and mobile apps using HTML, CSS, Javascript, PHP, Python, MySQL & more!
Course: The Complete Web Developer Course 2.0