Printing Stars '*' in Right Triangle Shape | Python Pattern Program

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

We used Nested for loops to write this program.

#PythonPrograms #PatternProgram

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

I saw a short about this exact thing where you have to solve it in 30 secs. Thank you for making me understand hahaha

Burh-pins
Автор

I'm the Python beginner, thanks for your video, it's help me a lot ❤

littlefingfing
Автор

the best explanation, please keep making videos, you are doing a great work🙌🏻

mansitomar
Автор

Best explained video on youtube! Really good! Please dont stop 😁

lucillewiid
Автор

Really I am addicted to your class.keep it up mam

anithamoode
Автор

n = int(input())
for i in range(1, n+1):
print("* " * i)

sara_vikas
Автор

really pleasant tutorial, the welcoming intro part is the best. worthy content!
big fan of your voice and the clarity of your explanation!
keep it up! expecting more worthy content!!

dineshraj
Автор

Calculate the area (non-asterisk cell) enclosed by the outline of the printed triangle. How to write this program?

ThimWaiYen
welcome to shbcf.ru