Python Pattern 02 | Tutorial in Hindi | Easy to Understand

Insight Educator
Youtube
Related Topic
:- Python Data Analysis

In this video we will learn how to make equilateral triangle pattern in python. Learn Python programming for a career development in Programming. In this video we will see : - How to print a equilateral triangle pattern using Python. - Understanding the basics of building a pattern. The steps involved are: - First we create a outer loop which controls the number of steps. - Then inside there will be two loops one is for creating spaces and second is for printing stars. - Also print() is used to move to next line.

Comments