Printing Stars '*' in Triangle Shape | Inverse Pyramid | Python Pattern Program

preview_player
Показать описание
In this python programs video tutorial you will learn to print stars in triangle shape in detail.

We used Nested for loops to write this program.

Printing Stars in Pyramid Shape

Printing Stars in Right Triangle Shape:

Printing Stars in Inverted Right Triangle Shape

#PythonPrograms #PatternProgram

You can Checkout:
Рекомендации по теме
Комментарии
Автор

I subscribed to you, just watching a single video

c_sharmila
Автор

I was not able to bring out the formula and then watched hoir video.
Thank you for the solution

shreyanshsharma
Автор

Thank you so much very clearing our doubts 😊

crazyammulu
Автор

Hi. Your program gives me half inverted pyramid not a full inverted pyramid..

nisha
Автор

Hellow, how about, how can repeat user to input how many value he want

kenkaicanete
Автор

I think this channels belong to amulyas academy

babasahebmunde
Автор

Example like this


Create a program that will draw a ramp of asterisk. The user will input the ramp's height.

example:
Enter height: 0

Enter height: = 1
*
Enter height = 3
*
**
***
Enter height = 5
*
**
***
****

kenkaicanete