Printing Stars "*" in Pyramid Shape | Triangle | Python Pattern Program

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

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

  • @rashichaudhry5954
    @rashichaudhry5954 ปีที่แล้ว +8

    very well explained! saw so many videos but this was the easiest to understand :)

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

    excellent explanation, not only for this questions but also help me to do other printing star pattern questions

  • @twister1182
    @twister1182 4 หลายเดือนก่อน +2

    Explained in a very simple way. Thanks👍

    • @programsandme
      @programsandme  4 หลายเดือนก่อน

      Most welcome 😊

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

    n = 5
    i = 1
    while i

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

    loved it ! thank u for teaching us !

  • @chandrasekars8904
    @chandrasekars8904 5 หลายเดือนก่อน +1

    This is really an excellent channel on Python like "techie talkee"

  • @MALAYALIKKARAN
    @MALAYALIKKARAN หลายเดือนก่อน +1

    Is it amulyas channel.Didnt know.Gonna subscribe

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

    Great explanation with a beautiful voice.Thanks

  • @ievgendergausov2867
    @ievgendergausov2867 3 หลายเดือนก่อน +1

    Thank you very much 👍 very easy and simple

    • @programsandme
      @programsandme  3 หลายเดือนก่อน

      You are welcome 😊

  • @TolgacengizhanÇağlar
    @TolgacengizhanÇağlar ปีที่แล้ว

    Ty bro, was about to give up ❤

  • @KishoreKumarV-ky6sh
    @KishoreKumarV-ky6sh 7 หลายเดือนก่อน +1

    Excellent explanation of logic the best channel for learning about patterns

  • @shravanacharya5987
    @shravanacharya5987 10 หลายเดือนก่อน +1

    Wah bete mauj kardi.

  • @VenkatasaiEppakayala
    @VenkatasaiEppakayala 9 หลายเดือนก่อน

    This is the short code that I have never seen in another videos and websites

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

    Wow th way of explaining pyramid star very nice

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

    Very helpful tutorial

  • @AnuragS10
    @AnuragS10 9 วันที่ผ่านมา

    To print the odd number of stars (1,3,5,7,9...) with space between stars:
    for i in range(n):
    for j in range(n-i-1):
    print(" ", end=" ")
    for j in range(2*i+1):
    print("*", end=" ")
    print()

  • @185PerCentJuice
    @185PerCentJuice 4 ปีที่แล้ว +2

    Is it possible to print an isosceles triangle?

    • @programsandme
      @programsandme  4 ปีที่แล้ว

      Give me the pattern :)

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

      this is an iscosceles already bro

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

    Very Good explanation sister 😊

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

    Which platform is she using here?

  • @talhadawar8317
    @talhadawar8317 7 หลายเดือนก่อน

    Thnks mam what a wonderful and simple explanation ❤

  • @HapSadedits
    @HapSadedits 3 หลายเดือนก่อน +1

    is it compulsory to take j can we use other alphabets

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

    this was more good than our teacher

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

    Hello newbie here maam. it show the full pyramid and the right.. what about the left? Thank u

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

      See, the code in the video is unnecesarily long
      n = int(input("No. of rows required: "))
      for i in range(1,n+1):
      m = n-i
      print("-"*m, end="")
      print("x "*i)
      Try this

  • @adithyankbabu2209
    @adithyankbabu2209 4 หลายเดือนก่อน +1

    Thanks for everything mam😌😌👌

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

    Thank you mam.. This is the best video i got ❤

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

    Awesome Video and Good Explanation

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

    You got one more subscriber 😊 Thanks very helpful

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

    Simple explanation

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

    What a nice explanation!!!

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

    You are the best ❤

  • @1karachii
    @1karachii ปีที่แล้ว

    Amazingly Explained thanks

  • @umeshsingh-nx1zq
    @umeshsingh-nx1zq ปีที่แล้ว +1

    what an awesome explanation

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

    Nice explanation

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

    Hats off super mam

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

    good explanation madam

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

    Can we do it without input command?

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

      It is possible but then yuuou can only get the pyramid for aa fixed value, ie cannot be inputed by the user

  • @ТомирисКайрова-ъ5ь
    @ТомирисКайрова-ъ5ь 2 หลายเดือนก่อน

    ты самая лучшая женщина на свете

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

    your voice is very nice

  • @dhanashrichitukane1121
    @dhanashrichitukane1121 6 หลายเดือนก่อน +1

    Thanks ❤ dear

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

    thanks a lot

  • @rsnda974
    @rsnda974 8 หลายเดือนก่อน +1

    Excellent I understood please help in fubunocci

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

    apka dhanyawaad

  • @De.Raizel
    @De.Raizel ปีที่แล้ว +2

    Thanks

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

    i have an doubt

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

    Loved your explanation..

  • @holy-crusader6139
    @holy-crusader6139 11 หลายเดือนก่อน

    bro thanks very good video

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

    thankyou all doubt clear

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

    Thank you!

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

    i developed a very simple code for this
    n=int(input("no of rows required: "))
    m=n-2
    for i in range(1,n):
    print(' '*m,end='')
    print('x '*i)
    m=m-1

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

      it prints 1 layer less

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

      its incorect
      1) The Space is not printed properly( It only prints 2 spaces per row
      2) One layer less
      Fixed Code:
      n = int(input("No. of rows required: "))
      for i in range(1,n+1):
      m = n-i
      print("-"*m, end="")
      print("x "*i)
      Sol 1)It should be m - i as for 5 rows the first row needs 4 spaces and thus, in the range 1,6(1,n+1) starting value of i will be 1
      hence m-i(1) = 4
      this fixes the space problem
      Sol 2) The range must be n+1 as the value of the range is start,end+1 hence if rows inputed is 5, for 5 rows a value of 1,6( n + 1)

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

      Atleast you tried and most importantly, it works. Just one row lesser.

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

    Good explanation 😁

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

    Thank you.

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

    like your videos and voice tooo👍❣

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

    Please explain hollow pymarid

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

      # Generating Hollow Pyramid Pattern Using Stars
      row = int(input('Enter number of rows required: '))
      for i in range(row):
      for j in range(row-i):
      print(' ', end='') # printing space required and staying in same line

      for j in range(2*i+1):
      if j==0 or j==2*i or i==row-1:
      print('*',end='')
      else:
      print(' ', end='')
      print() # printing new line

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

    U voice is like amulya academy only

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

      This is Amulya academy second TH-cam channel only

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

      why do indians say 'only' after every sentence

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

    Great

  • @lm2thed142
    @lm2thed142 9 หลายเดือนก่อน

    this madea prarralelogram for me?
    x= int(input("please enter the amount of rows you would like: "))
    for i in range(x):
    for j in range(x-i-1):
    print(" ",end="")
    for k in range(x+1):
    print("#",end=" ")
    print()

  • @VinayKumar-ek5el
    @VinayKumar-ek5el 2 ปีที่แล้ว

    Mera issi code se kuch or hi print kr rhaa h

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

    Thnx mam

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

    Ur amulya academi right

  • @Sachin-yo3jw
    @Sachin-yo3jw ปีที่แล้ว +1

    l=[]
    for i in range(1,9,2):
    l.append('*'*i)
    for j in range(0,len(l)):
    b=len(l[-1])-len(l[j])
    c=int(b/2)
    l[j]=" "*c+l[j]+" "*c
    for p in l:
    print(p)

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

    Thanks madam 😊

  • @bdof6528
    @bdof6528 3 ปีที่แล้ว +30

    U voice match with amulya academy girl?

    • @programsandme
      @programsandme  3 ปีที่แล้ว +42

      Yeah.. because this is my another channel 😊

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

      @@programsandme congrats ❤️🎉
      U are too good in programing 🔥

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

      @@programsandme 😂

    • @hi.996
      @hi.996 ปีที่แล้ว

      ​@@bdof6528 🗿

    • @05c4_sharmila5
      @05c4_sharmila5 ปีที่แล้ว

      😂😂😂

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

    Hi Amulya ji

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

    Wow

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

    ur voice ❤️❤️❤️❤️❤️❤️

  • @VinothKumar-ej4nn
    @VinothKumar-ej4nn 2 ปีที่แล้ว +2

    Not proper o/p ...
    It's coming EOFerror:

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

      Give me the program, I will check 😊

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

    👍👍👍👍

  • @vaidikayadav294
    @vaidikayadav294 9 หลายเดือนก่อน

    Bro its an not yan

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

    South Indian

  • @aperson6405
    @aperson6405 9 หลายเดือนก่อน

    goat

  • @priyanshudutta3229
    @priyanshudutta3229 6 หลายเดือนก่อน

    yennnnnnnnnnnnnnnnnnnnnn

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

    Jab koi jyada English bolta hai
    To mera dil karta hai...
    English me video bana rahe ho
    Or mujhe kuch ghanta samajh nahi aara

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

    n is pronounced as yen XD

  • @praneethd9436
    @praneethd9436 8 หลายเดือนก่อน

    Good explanation

  • @MuhammadAshrafAshraf-mb1qi
    @MuhammadAshrafAshraf-mb1qi ปีที่แล้ว

    Thank you!

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

    Usefull