Pattern printing in python| Lecture-19 |Python pattern programs in hindi

preview_player
Показать описание
Hello Friends !
Most Welcome in my IT Channel SPT999.(O Level, CCC, DCA, ADCA, PGDCA)This Channel is specialized for computer courses. We provides simplest way and examples for the clearance of the concepts.

Here we are going to make some programs in python to print patterns and pyramids using star by for loop.

This video covers---

write a program to print pyramid in python
write a program to print pyramid pattern
write a program to print pattern in python in hindi
nested loops in python
Рекомендации по теме
Комментарии
Автор

Greatest explanation on this topic by far on YouTube

DanielHarry
Автор

sir ye paid courses mai itna wahiyad tarike se smjhate hai aur idhar aap free mai itni aasan language mai sikha diya. Love you sir

parthchopra
Автор

Great explanation
for i in range(6, 0, -1):
for k in range(1, 7-i):
print(" ", end=" ")
for j in range(1, (2*i-1)+1):
print("*", end=" ")
print()

for i in range(1, 6):
for j in range(1, i+1):
print("*", end=" ")
print()


for i in range(6, 0, -1):
for j in range(1, i+1):
print("*", end=" ")
print()


for i in range(6, 0, -1):
for k in range(1, 6-i):
print(" ", end=" ")
for j in range(1, i+1):
print("*", end= " ")
print()

for i in range(1, 6):
for k in range(1, 7-i):
print(" ", end=" ")
for j in range(1, (2*i-1)+1):
print("*", end=" ")
print()

abhishekgaikwad
Автор

I fell in love with your explanation ❤️❤️🥰

rambhajanyadav
Автор

Tn bro for teaching
I am struggling with 2 days and you just teaching simply me
Again tnx keep it up
Jay shree ram
By by❤❤

shiyanihiten
Автор

Sir Apka samjhane ka Trika bahut achha hai because your voice are so clear listening everyone .

TechTrendz_
Автор

Wow sir great, earlier I thought that in 09 min video how you will print several patterns but after seeing I was amazed to see your
You did nothing but changed a bit to change whole pattern,

TheBrave
Автор

Thank you bhaiya aapke k wajah se maine aapne class mein sir ko coding batee.
🤗🤗
Aap bahut hi easily tarike se samjhte h
👍👍👍👍

eduuniverse
Автор

Itna easily bhi koi smjha skta hai kya. Thank you very much SIR G

JitenderKumar-tlzr
Автор

Nice explanation.... thank you so much sir ek hi baar me samajh aa Gaya

barsharaniluha
Автор

There is no need to put /n in print(...
If you just write print()
By default it can give you a new line too.

memelab
Автор

The way u explain is so simple and understandable really its so impressive way

shashwatvishnu
Автор

Mere class Mai muze padhaya tha ..lekin samj nhi aaya Aaj aapka video dekha..sab doubt he vanished ho gaya thank u bro..keep it up

kiranmore
Автор

Very popular codes for basic training and learn python thanku so much sumit sir

er.kundankumar
Автор

🥳👍🏻your excellence in teaching cannot be described through words

rutwikadwivedii
Автор

bhai sach mein merko 3 din se lgra tha ki mera coding career toh shuru hone se pehle hi khtm ho gya but thanks a lot sir genuinely

palakrai
Автор

You are awesome and your teaching style is superb

samsstudio
Автор

i have a prob in function but seeing this video i improved my coding knowledge bro

gulshanbailmare
Автор

Thank you bhaeya sabki vedio dekhi bt pattern ni bna apki dekhi to bna kyuki apne print() ek step pechey leya Or samjhaya

preetichauhan
Автор

Thank you sir
Itna simple way mein samghane ke liye

saurabhbhargava
visit shbcf.ru