Python Pattern Programs - Printing Numbers in Right Triangle Shape

Поделиться
HTML-код
  • Опубликовано: 26 ноя 2024

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

  • @absharma534
    @absharma534 4 года назад +19

    Your voice is so different specially at python word.

  • @PremKumar-yt8jy
    @PremKumar-yt8jy 3 года назад +1

    Nobody did not teach like you in the youtube,madam super🙏

  • @bobykumari5300
    @bobykumari5300 4 года назад +3

    What my sir is not be able to do is done by you
    Thanks a lot
    This is a student just one day before final exam........

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

    Best teacher for python programming

  • @yashbanait...7277
    @yashbanait...7277 Год назад +4

    I have been using Python 2 for a long time and I didn't know that print is a statement in Python 2...
    Thank god I came across the video..🙏🙏
    Thank you so much...❤️

  • @mohdmuzaffarahmed4923
    @mohdmuzaffarahmed4923 5 лет назад +18

    Best explanation ever...

  • @ajaykonathala
    @ajaykonathala 5 лет назад +14

    Thanks Mam. Excellent and cool explanation. Always confused about the patterns,this video has made me clear. Keep posting.

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

      Thank you :)

    • @nishantarya4007
      @nishantarya4007 Год назад

      I want talk to you about program related please give me your email id or any contact

  • @sreekumark8877
    @sreekumark8877 7 лет назад +8

    Please make more python programming examples videos. Great way of teaching

  • @satishbabu6234
    @satishbabu6234 4 года назад +9

    Best explanation never before never after

    • @AmulsAcademy
      @AmulsAcademy  4 года назад +5

      Thank you :)

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

      The thing u just said ,its a floccinoccinihilipilification.......

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

    Thanks a lot.Take love from Bangladesh.

  • @suvankarnag5370
    @suvankarnag5370 4 года назад +4

    rng= int(input(" enter the range : "))
    for j in range(1,rng+1):
    print(str(j)*j)

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

      nice one.

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

      how to write 1111 then 2222 then 3333 .....etc

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

    Hello mam apka explaination way to osm h hi
    Apki voice kitni pyari hai
    😅Bahot jyada hi cute lgti h apki avaj

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

      Thank you :)

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

      @@AmulsAcademy mam 😄plz facecam kriye naa ye bs meri ni aur v Learner's ki mang hai

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

    your voice is awesome....ti gives me extraordinary inspiration to learn python programming and I love it💙

  • @vamshithota4919
    @vamshithota4919 2 года назад +2

    Very good explanation it is easy to understand after your explanation. Now I know how to print the patterns Iam a beginners but I understand the logic to print the patterns thank you madam

  • @francismannion7075
    @francismannion7075 6 лет назад +12

    Thank you for an interesting and fun program.

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

    I love the tutorial, thank you!

  • @sadstatus-vf7oe
    @sadstatus-vf7oe 3 года назад +2

    Nice explanation mam thank you so much

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

    Thank you madam thankq so much your way of explanation is superb

  • @dalipaero
    @dalipaero 4 года назад +5

    Very good explanation.. much easier to follow.. thanks a lot.

  • @sreekumark8877
    @sreekumark8877 7 лет назад +2

    My xam starts on dec 4. Please make as soon as possible. I can get you more subscribers

    • @AmulsAcademy
      @AmulsAcademy  7 лет назад +1

      Particularly which topics you want? so that we can cover that first:)

  • @RajendraPrasad-wm2dp
    @RajendraPrasad-wm2dp 6 лет назад +3

    Hi Madam,
    nice teaching
    i am understanding properly
    when will use this type of pattern program

  • @gurtejsingh3899
    @gurtejsingh3899 Год назад

    I love your "tri tri tri"❣️🙂 and i love the video too

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

    Voice n teaching 😊😊

  • @amritdhillon0
    @amritdhillon0 4 года назад +7

    her accent of saying those numbers at 6:58 was so satisfying lol

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

    n=int(input("please input"))
    list=[ ]
    word=" "
    for i in range(1,n+1):
    list.append(str(i))
    x=word.join(list)
    print(x)
    for j in range(1,n+1):
    list1=[ ]
    word1=" "
    while len(list1) != j:
    list1.append(str(j))
    y = word1.join(list1)
    print(y)
    I am a beginner myself. Your video helped alot. Hope my piece homework is not too embarrasing. haha

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

    Can you please make videos on interview questions and more videos on C programs

  • @blacknwhitegaming
    @blacknwhitegaming 9 месяцев назад

    Thank you friend, this was so god damn helpful!

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

    You are fabulous 🔥🔥🔥🔥

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

    nice explanation

  • @WasimAkram-vq5if
    @WasimAkram-vq5if 4 года назад

    Good explanation ...very usefull for new learner....

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

    It is very much helpful thank you so much

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

    very good explanation

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

    Gud explanation I really inspired

  • @anilpillai3259
    @anilpillai3259 6 лет назад +1

    very good way of explaining dear...Thanks

    • @AmulsAcademy
      @AmulsAcademy  6 лет назад

      Thank you:)

    • @anilpillai3259
      @anilpillai3259 6 лет назад +1

      Really the method of explaining is so much of absorbing all things going with the flow.....:) Can you please upload few more videos on building patterns of numbers like forming a square or pyramid by taking input of range of two numbers from a user and then printing the numbers within that range???!!!

    • @AmulsAcademy
      @AmulsAcademy  6 лет назад

      Thank you:)
      Soon i will upload more videos on patterns:)

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

    Ma'am,thank u so much!❤❤❤

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

    very nice! thank you very much

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

    U are literally 👍🏻 super....

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

    Thank you very much.

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

    Thanks 😌

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

    To my consciousness,this is the best explanation for beginners.!

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

    Thank you very much Amul, you helped me a lot! 🙂🙏

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

    thank u for teaching about python

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

    Thank you

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

    please make a video using while loop wiht the same concept

  • @piratedgamer1362
    @piratedgamer1362 5 лет назад +5

    Mam can you pls tell how to do this programme using while within while

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

    Very nice

  • @sameerchitrasedu5628
    @sameerchitrasedu5628 6 лет назад +1

    tbh ur voice is so sweet :) ....some times i watch more videos only to listen to ur voice :)...um may i knw ur name?

    • @AmulsAcademy
      @AmulsAcademy  6 лет назад

      Thank you so much:)
      My name is Amulya.

    • @sameerchitrasedu5628
      @sameerchitrasedu5628 6 лет назад

      Amuls Academy oh cool name :) looking for more good stuff from u learning more from ur channel than from my clg lol

    • @Deccaniguy
      @Deccaniguy 6 лет назад +1

      But don't make spit sounds please. Have water b4 making videos.
      Thank you.

  • @jagadeeshbusani606
    @jagadeeshbusani606 6 лет назад +6

    Dear Amul's,
    Can you pls make a video on permutations concept. seems to be not done yet.

  • @SankalpThakur111
    @SankalpThakur111 6 лет назад +3

    thankyou so much
    great help

  • @rashmith1679
    @rashmith1679 Год назад

    Thank u🙌🏻♥️

  • @raixen1485
    @raixen1485 Год назад

    very good
    thanks

  • @komaljaswani7497
    @komaljaswani7497 5 лет назад +6

    Hi! Can you please make a video on the question: If a list in python has mix of strings & numbers, how will you make separate lists of strings & numbers? I saw ord() for getting ASCII code in python & chr() for converting ASCII codes to characters somewhere & tried to use them to get answer of this question but it did not work!! :(

    • @AmulsAcademy
      @AmulsAcademy  5 лет назад +5

      Try this:
      list1 = [1,2,"amul","x",4]
      list2 = [i for i in list1 if str(i).isdigit()]
      list3 = [i for i in list1 if str(i).isalpha()]
      print(list2)
      print(list3)
      :)

    • @yashbanait...7277
      @yashbanait...7277 Год назад +1

      What is the Syntex for the program to run ?

  • @Arnoy2196
    @Arnoy2196 15 дней назад

    Can we do this using while loop?

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

    it was helpful to me thank you!!

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

    mam apki awaz boht mast hai

  • @sweethasweety6163
    @sweethasweety6163 6 лет назад +1

    Well explained..thank you

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

    Thank You very much !!!

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

    Please upload videos of alphabet/character pattern

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

      Already Uploaded :)
      Check Out:
      ruclips.net/video/iDEh-5p_bi0/видео.html

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

      @@AmulsAcademy
      Ok thank you mam 😊

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

      @@AmulsAcademy sorry not this one characters ... I mean to say
      A
      B C
      D E F
      thanks type of pattern program anyways there are videos on this but I like ur explantation which make the program unforgettable and easy to understand

  • @raisadastriatiananda3476
    @raisadastriatiananda3476 Год назад

    Thank you so muchh

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

    Ma'am will you upload a video on some important patterns (star and number) for class 10 as per CBSE guidelines

  • @piano_man550
    @piano_man550 6 лет назад +1

    Super it help me lot

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

    Hi !
    Can you do a vedio to print an pattern of right angle triangle with numbers
    With only one 'print' statement

  • @pramithsenanayaka412
    @pramithsenanayaka412 6 лет назад +1

    Thank you so much👍👍

  • @karankeshav1
    @karankeshav1 Год назад

    Whatever you will think about me..i don't care but i just want to one thing "mujhe aapki awaaz se pyaar ho gyaa hai"🙊

  • @nikhilgupta6062
    @nikhilgupta6062 4 года назад +14

    Dont put mic so close to mouth

  • @JYOTIGUPTA-xh8eg
    @JYOTIGUPTA-xh8eg 5 лет назад +1

    Ty

  • @darknightcore9905
    @darknightcore9905 6 лет назад +1

    Please make a video on sum of digits

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

    Nice

  • @nawazqasim3654
    @nawazqasim3654 Год назад

    which software you are using for coding please guide

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

    Maam what should v do if v want to print the same program but use alphabet?

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

      You may get ideas after watching this video :)
      ruclips.net/video/5605NysRJCU/видео.html

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

    Thanks for you

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

    mam plz can u provide the code using while loop..i am getting the first one but in reverse order and i cant find anywhere else using while loop.

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

      Actually both pattern are same, for second pattern you need to print i value .
      You can try by yourself.
      If you need any guidance ask be back :)

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

      @@AmulsAcademy no no mam..actually i was trying the pattern using while loop....but getting something weird...thats y i was asking for help using while loop

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

    plzzz..Explain it by using nested while loop...please maam

  • @garv798
    @garv798 Год назад

    thanku

  • @skb756
    @skb756 Год назад +1

    Please in java bluej

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

    You are a fabulous tutor. Can you please pass me the questions for class 11 for examination for CBSE board. Please assist me as computer is my weak subject :)

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

      Thank you so much :)
      Sorry i don't have question papers with me.

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

      Amulya's Academy Any source from where I can access them? One more question, can you please compile all the CBSE programs and provide them on your channel:), or what you’ve uploaded covers the entire content?

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

    Tysm mam

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

    hello amulya, i have watched your star paterne video that's amazing but i have face a minor error in diamond paterne, you will first enter the number of rows by user suppose that entered number is 5 but in the paterne number of row is 9 that,s wrong if we will enter 5 that means the required rows is 5, please correct it........

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

    Great

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

    I have one doubt. This program. Ku one video. Post pannga mam.
    N=5
    for i in range (1,N+1):
    for K in range (N,i,-1):
    print (" ",end =' ')
    for j in range(1,i+1):
    print(j,end =' ')
    for 1 in range (i-1,0,-1):
    print (i,end =' ')
    print()
    Neenga intha example la oru video podunga mam sub:Python. (Unit -3) .topic name [printin the pattern ]. Mam this video understand. But i told you this example la oru video post pannga mam.

  • @akkyiscool
    @akkyiscool 9 месяцев назад

    Can you write this logic in just one line without using strings?

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

    Ma'am , please clarify my doubt.. Which version of python you're using? Python 2 or 3???🥺

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

    how would you do it backwards like instead of:
    1
    12
    123
    you would do:
    1
    21
    321

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

      Similar type of pattern:
      ruclips.net/video/vOH9_Ryl-hI/видео.html

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

      rows = 3
      for row in range(1, rows+1):
      for column in range(row, 0, -1):
      print(column, end=' ')
      print(" ")

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

    @ 0:03 u said "Amul's academy" instead of "Amulya's academy"...just for fun

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

      Yes previously channel name was amuls academy :)

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

      @@AmulsAcademy oh ok Amul mam!🙂

  • @salmanali-bf4nk
    @salmanali-bf4nk 5 лет назад +4

    you have a beautiful voice :)

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

    ya thanks

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

    how can i build the list of pyramid with different numbers

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

    Thanks a lot mam! :)

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

    Tq❤️

  • @Siddharth-bk8tp
    @Siddharth-bk8tp 5 лет назад +1

    First Wale ka kya hum log will Loop se nhi baana sakte hai

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

    programme for the second arrangement by using only one print() function

  • @tanvirahmedkhan484
    @tanvirahmedkhan484 4 года назад +3

    You Can Solve It Without Two Functions By Using range
    N = int(input())
    X = range(0,N)
    for i in X:
    print(*range(1,i+2),sep="")

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

      what this"*" doing in print function?plz explian.

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

    I am trying to do the program on printing stars and numbers in diamond shape but able to get it.pl suggest something

  • @shifamemon8766
    @shifamemon8766 7 лет назад +1

    Please do upload more videos of pyramid and programmes logical

  • @somukdutta
    @somukdutta 6 лет назад +2

    mam i am following the same procedure but its not working all the numbers are displayed in single line

    • @AmulsAcademy
      @AmulsAcademy  6 лет назад

      I think you didn't use end=" ".
      Check that.
      Else give me your program:)

    • @priyanshi..162
      @priyanshi..162 6 лет назад

      Please check the position of print ( )

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

    Does anyone know which editor is she using ?

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

    I'm unable to understand 'Nested loops' and how the Outer and Inner loops execute. Can you make a video on it or suggest any website or article which explains this in detail.

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

      I will try :)

    • @krib1669
      @krib1669 5 лет назад

      @@AmulsAcademy Please do would be really helpful and thank you for your content.

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

    how to print double right angled triangle using python for loop
    *
    * *
    * * *
    * * * *
    *
    * *
    * * *
    * * * *

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

    Please do this in Java(BlueJ)🙏

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

    Can we perform it by while loop?..