ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

Printing Stars "*" in Hollow Right Triangle Shape | Python Pattern Program

แชร์
ฝัง
  • เผยแพร่เมื่อ 25 ก.ค. 2020
  • In this python programs video tutorial you will learn to print stars in hollow right triangle shape in detail.
    We used Nested for loops and if else conditional statements to write this program.
    Printing Stars in Right Triangle Shape:
    • Printing Stars "*" in ...
    Printing Stars in Hollow Right Triangle Shape
    • Printing Stars "*" in ...
    #PythonPrograms #PatternProgram
    You can Checkout:
    ProgramsAndMe
    programsandme

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

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

    Thank u sooo.much madam ur r helping many of the students who are almost tired of this concepts ex me

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

    Very Nicely Explained...Thank you so much...👍👍👍

  • @Krishnaveni-rf6pp
    @Krishnaveni-rf6pp 2 ปีที่แล้ว +1

    simply super....thank you very much..

  • @shaikshaleena5775
    @shaikshaleena5775 11 หลายเดือนก่อน

    Mam please more videos on pattern programs

  • @PavanKumar-ju1to
    @PavanKumar-ju1to ปีที่แล้ว

    I was confused actually, you taught me a actuall logic

  • @Akash.kalaganti
    @Akash.kalaganti 2 ปีที่แล้ว +1

    So helpful 👍

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

    thank you madam good explanation ....

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

    Madam can u please explain the print statements how it comes only with this small code of "print"

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

    good explanation...

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

    thankyou so much...

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

    Perfect..!!

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

    Hay you are amulya right..?

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

    Tq

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

    Easily understand but how to print the There is a space after each character asterik (*) character

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

      Here ("*",end="space is placed here")and also same at else condition end also🙏 #only u have add space at end=" "that's it...

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

    mam y should we giving end =" "

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

      We are giving end=' ' so that the program will execute in a the same line with space

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

    noice

  • @BALAKRISHNA-iz3im
    @BALAKRISHNA-iz3im 2 ปีที่แล้ว

    End is not defined

  • @user-bt2yi9cc9s
    @user-bt2yi9cc9s 9 หลายเดือนก่อน

    n = 5
    [print(" " * (n - i), " * " * (i + 1)) for i in range(n)]

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

    Amulya....is't right......same voice and approach

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

    How to use instead of "|","_","/"