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

Комментарии • 31

  • @rayar2323
    @rayar2323 4 года назад +6

    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!

  • @RahulVarshney_
    @RahulVarshney_ 4 года назад +2

    Best on RUclips mark my words

  • @Sowmi_M
    @Sowmi_M 2 года назад +1

    I am learning python but confused, because of your videos am learning easy way tq😇. . . . . .

  • @sumanthkumar4035
    @sumanthkumar4035 4 года назад +2

    Print(‘awesome teaching’)

  • @ruchitaduppatla03
    @ruchitaduppatla03 11 месяцев назад +1

    simply super explanation

  • @shivakrishna1133
    @shivakrishna1133 5 лет назад +4

    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()

    • @shivakrishna1133
      @shivakrishna1133 4 года назад

      @lakshmi prasanna what error is it giving ?

    • @shivakrishna1133
      @shivakrishna1133 4 года назад +1

      @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()

    • @devyanisayal8738
      @devyanisayal8738 4 года назад

      Bro you need to correct the code that you have written at first

  • @brittokavitha3726
    @brittokavitha3726 3 года назад +2

    Thank you bro it's work

  • @iyyappan3754
    @iyyappan3754 2 года назад +1

    Thank sir for this video

  • @jayantkumarsharma5001
    @jayantkumarsharma5001 5 лет назад +1

    thanks so much sir

  • @ajeetsharma6018
    @ajeetsharma6018 10 месяцев назад +1

    i need full series for pattern sir b'

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  10 месяцев назад

      Hello Ajeet.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @nandinirm2234
    @nandinirm2234 2 года назад +1

    Is time complexity =O (n) ?
    In all other tutorials they take 2for loops inside a for loop so their time complexity =O (n^2)

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 года назад

      Hello Nandini.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @saddamahmad2310
    @saddamahmad2310 5 лет назад +2

    thank you very much sir for this video

  • @chochitv5135
    @chochitv5135 4 года назад +1

    Sir pls pls make a video for java pattern programs

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  4 года назад

      Hello Friend.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @riteshjaiswal3939
    @riteshjaiswal3939 3 года назад +1

    Hello sir plz upload all the patterns video

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  3 года назад

      Hello Ritesh.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

  • @harshitdhupia
    @harshitdhupia 3 года назад +2

    never though that this could be converted into 2 lines of code !!!

  • @vinovinoth7726
    @vinovinoth7726 5 лет назад +1

    Inverted pyramid

  • @riteshjaiswal3939
    @riteshjaiswal3939 3 года назад +1

    I this channel only

  • @ShrutiJangam-bz8zt
    @ShrutiJangam-bz8zt 2 года назад +1

    can you show me in printing number in diamond pattern

    • @DurgaSoftwareSolutions
      @DurgaSoftwareSolutions  2 года назад +1

      Hello Shruti.
      Plz contact our online team durgasoftonlinetraining@gmail.com or call us on this number +918885252627, 7207212427/28

    • @ShrutiJangam-bz8zt
      @ShrutiJangam-bz8zt 2 года назад

      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

  • @apocalypticbean
    @apocalypticbean 5 лет назад +1

    what would you do for n >= 10 ?

  • @abhidub989
    @abhidub989 5 лет назад +3

    hello sir can you please help me to print reverse T star pattern on odd inputs like
    *
    *
    *
    ***

  • @riteshjaiswal3939
    @riteshjaiswal3939 3 года назад +1

    May u will understand