Python Pattern Programs | Printing Stars in Hollow Right Triangle Shape | Tutorial for Beginners

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 43

  • @coading7251
    @coading7251 2 ปีที่แล้ว +1

    thank you cleared my all doubts

    • @LearningLad
      @LearningLad  2 ปีที่แล้ว +1

      glad this video helped you :)

  • @surajrawat6528
    @surajrawat6528 2 ปีที่แล้ว +1

    One like is not enuff for this video...salute to you brother

  • @riot_codm3581
    @riot_codm3581 4 ปีที่แล้ว +5

    How this guy has only 2.15 lakh subs he deserves millions of subs people pls get him there :D

  • @vishnuvardhan7204
    @vishnuvardhan7204 2 ปีที่แล้ว

    tq
    u r explanation is a simple way to understand
    I go through a lot of videos on youtube but ur explanation is ultimate

    • @LearningLad
      @LearningLad  2 ปีที่แล้ว +1

      You are most welcome

    • @vishnuvardhan7204
      @vishnuvardhan7204 2 ปีที่แล้ว

      @@LearningLad :what to do if i want print row with (-) sign and column with (|) and hypotenous with (/) sign

  • @swatimahajan1849
    @swatimahajan1849 2 ปีที่แล้ว

    Thanks for such a easy and clear solution.. I was so confused from last two to three days...thanks alot.

    • @LearningLad
      @LearningLad  2 ปีที่แล้ว

      You are most welcome

  • @shaikamisha5538
    @shaikamisha5538 2 ปีที่แล้ว +1

    Thank you so muchhhh, very clean and clear explaination

  • @lakshmimalleswari168
    @lakshmimalleswari168 2 ปีที่แล้ว +1

    Nice Explanation Sir

  • @rajeevthakur6839
    @rajeevthakur6839 3 ปีที่แล้ว +4

    Superb Explanation ..!! Please make more practice videos on Python List, Lambda function and comprehension techniques !!

    • @LearningLad
      @LearningLad  3 ปีที่แล้ว +1

      Thanks, will do!

    • @lucianodominic6186
      @lucianodominic6186 3 ปีที่แล้ว +1

      i realize it's pretty off topic but does anyone know a good place to watch new tv shows online ?

  • @vaddemohan3777
    @vaddemohan3777 2 ปีที่แล้ว +1

    bro thank you you made my day

  • @amnahansari4083
    @amnahansari4083 2 ปีที่แล้ว

    LAD I WAS SOO CONFUSED THANK YOU

  • @manikantanaidu7607
    @manikantanaidu7607 2 ปีที่แล้ว

    excellent do more videos

  • @RoneyMoon
    @RoneyMoon 2 ปีที่แล้ว

    do upload videos regulary on python please...

  • @thisisme..3904
    @thisisme..3904 2 ปีที่แล้ว +1

    nice

  • @CrazyBoy-wm4nf
    @CrazyBoy-wm4nf ปีที่แล้ว

    Sir i need python programm in hollow patterns

  • @voldemortvoledemort3199
    @voldemortvoledemort3199 2 ปีที่แล้ว +1

    hello sir what to do if i want print row with (-) sign and column with (|) and hypotenous with (/) sign

  • @kusumaseera3753
    @kusumaseera3753 4 ปีที่แล้ว +1

    Please make a more videos on python patterns

  • @prasadsspbkupendra7117
    @prasadsspbkupendra7117 2 ปีที่แล้ว +1

    Why we are providing end function
    Whether we will get output without end

    • @LearningLad
      @LearningLad  2 ปีที่แล้ว

      default end value is newline
      here we are modifying it otherwise after printing a star next star will be printed in a separate line.
      you can try the code :)

  • @munagalaramakrishna5916
    @munagalaramakrishna5916 2 ปีที่แล้ว

    totalrows=int(input())
    for rowno in range(1,totalrows+1):
    for colno in range(1,totalrows+1):
    if(colno == 1)or(rowno == 1)or(colno ==rowno):
    print("*",end="")
    else:
    print(" ",end="")
    print()
    Output
    *****
    *
    *
    *
    *
    Coming

  • @anushachindam7211
    @anushachindam7211 ปีที่แล้ว

    How yo get two hallow triangles side by side in python

  • @shipra_bharti
    @shipra_bharti ปีที่แล้ว

    Print hollow right angle triangle with single loop and string multiplication how to solve this?

  • @zyltech4409
    @zyltech4409 2 ปีที่แล้ว

    cools

  • @OldSoulUniverse
    @OldSoulUniverse 3 ปีที่แล้ว +1

    why I am getting output as: * *

  • @alishbawaqar2917
    @alishbawaqar2917 3 ปีที่แล้ว

    im doing everything right but I'm not getting that slope

  • @inspireadostudioz3620
    @inspireadostudioz3620 ปีที่แล้ว

    Zero understanding