Learn 100+ Python Pattern || Pattern -30: To print Pyramid pattern with fixed digit in every row
HTML-код
- Опубликовано: 7 фев 2025
- java python
python
python by durgasoft
python videos by durgasoft
Python Online Training
Learn Python
Python Tutorial
python programming Tutorial
python Programming Language Tutorial
python examples
python Advanced Tutorial
python Tutorial for Beginners with examples
python Guide
python 3.0 Tutorial
python crash course
Python Tutorial for Beginners
Python Tutorial for Absolute Beginners
Python Tutorials by durgasoft
Python Programming videos by durgasir
=========================================
You an see more Java videos following link:
Java tutorial by durga sir
goo.gl/XWb4RL
Java 9 by durga sir
goo.gl/hXGyBW
Java 1.8 Version New Features by Durga sir
goo.gl/iHXXYU
Adv Java JDBC Tutorial by Durga sir
goo.gl/8q16Eo
OCJA 1.8 Java SE 8 Programmer - I (1Z0 - 808 ) By Durga sir
goo.gl/gC6R7f
Core Java by NagoorBabu sir
goo.gl/s6Nvj1
Advenced Java by Nagoorbabu sir
goo.gl/ZZonzJ
CoreJava by Ratan
goo.gl/3VM19v
Advanced Java jdbc by Ratan
goo.gl/Rn2UXr
Advjava tutorials - JSP by Ratan
goo.gl/Z6ytxm
Adv java servlets tutorial by ratan
goo.gl/zTwi9y
Servlet and JSP Tutorial by anji reddy
goo.gl/jZMRUv
Advanced Java Jdbc by Anjireddy
goo.gl/16CGzX
Hibernate byAnjireddy
goo.gl/qQojvZ
Struts by Anjireddy
goo.gl/nE1Eof
Spring by Mr.AnjiReddy
goo.gl/NfN14R
ADV JAVA by Naveen
goo.gl/bhSsXF
Spring by Mr.Naveen
goo.gl/huVwFN
Hibernate by Mr. Naveen
goo.gl/TY3Wpd
Struts by Mr.Naveen
goo.gl/Vkmiw7
I used to find these number patterns so challenging because I never learnt this properly and didn't understand them, but after watching Durga sir's videos, I'm finding these programmes much easier, thank you so much sir!
Best on RUclips mark my words
I am learning python but confused, because of your videos am learning easy way tq😇. . . . . .
Print(‘awesome teaching’)
simply super explanation
num=int(input("enter your rows: "))
for i in range(1,num):
for j in range(1,num-i+1):
print(end=" ")
for j in range(0,i):
print(i,end=" ")
else:
print(" ",end=" ")
print()
@lakshmi prasanna what error is it giving ?
@lakshmi prasanna num=int(input("enter your rows: "))
for i in range(1,num+1):
for j in range(1,num-i+1):
print(end=" ")
for j in range(0,i):
print(i,end=" ")
else:
print(" ",end=" ")
print()
Bro you need to correct the code that you have written at first
Thank you bro it's work
Thank sir for this video
thanks so much sir
i need full series for pattern sir b'
Hello Ajeet.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Is time complexity =O (n) ?
In all other tutorials they take 2for loops inside a for loop so their time complexity =O (n^2)
Hello Nandini.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
thank you very much sir for this video
Sir pls pls make a video for java pattern programs
Hello Friend.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
Hello sir plz upload all the patterns video
Hello Ritesh.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
never though that this could be converted into 2 lines of code !!!
Inverted pyramid
I this channel only
can you show me in printing number in diamond pattern
Hello Shruti.
Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28
yes i got this concept but i want to print number in diamond pattern like how you shown in previous video that * is print in diamond pattern
what would you do for n >= 10 ?
hello sir can you please help me to print reverse T star pattern on odd inputs like
*
*
*
***
May u will understand