Python Program to Print Inverse Right Angle Triangle Star Number Pattern Explained | Detail Tutorial

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

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

  • @Martin_Photography
    @Martin_Photography 3 года назад +12

    mate.. thank you so much. very well explained. the best part for me was the table, in the beginning, you used to show how we find the logic to form our calculation.
    that honestly changed the way I approached it completely

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

      Glad my video helped you
      Keep learning

    • @mariankre6639
      @mariankre6639 11 месяцев назад

      totaly agree +1

  • @SuqinLi-o8u
    @SuqinLi-o8u 11 месяцев назад +1

    thank u soooooo much! i was struggling for a week to solve these patterns and I just wrote out my first correct code using ur method. Ur amazing

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

    As mentioned in the comments, the table was a game changer. You just saved me from self doubt and defeatism!

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

      glad my video helped you :)

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

    Very very well explained. Easily understandable. In the beginning, you explained the logic in so deep. I liked that. Waiting for your more videos.

  • @sergiosaleh
    @sergiosaleh 8 месяцев назад

    you're a wizard man. Thanks!

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

    Thank you for the explanation and guidance

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

    Amazing explanation... Thank you so much sir...☺️❣️

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

    you are wonderful lad,i am watching different online class but you are real wonderful keep it up expecting full course on python and html

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

      Thank you :)

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

      a tip: watch series on Flixzone. I've been using it for watching all kinds of movies lately.

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

      @Caspian Damari Yea, I have been watching on flixzone} for months myself :)

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

      @Caspian Damari yea, I have been using Flixzone} for since december myself :)

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

      @Caspian Damari Definitely, been using Flixzone} for since november myself :)

  • @maheshreddy3488
    @maheshreddy3488 3 года назад +3

    Hello, sir, I want a space next to every star from the second row to end of row? Where should I put space?
    n=int(input())
    for row in range(1, n+1):
    for space in range(1, (n-row)+1):
    print(" ", end = "")
    for star in range (1, row+1):
    print("*", end = "")
    print()

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

      Add space to the end variables.
      Like end=" "

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

      @@vineethbannu6519 thank u bro

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

    amazing video, keep up the good work

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

    hello sir, What changes we need to make for this program.drawing triangle

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

    Sir, which ide you used??

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

    Thanks

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

    Awesome tutorial sir I really understand it :thank you)

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

    how can i print this patern using while loop

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

      try yourself
      you get any errors then let me know :)

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

    Well explained

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

    thank u so much, sir.

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

    is there full python tutorial from you?

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

      no
      currently i don't have any Python Tutorial series.
      I recommend Amulya's Academy youtube channel for learning Python

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

      @@LearningLad ok, thanks. i killed c with ur channel and my hard work

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

      Awesome
      Keep Learning :)

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

    thanks :)

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

    Nextpart pls sir

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

    *
    * *
    * *
    * *
    * *
    * *
    * *
    * *
    * *
    ***********
    hello sir, What changes we need to make for this program.drawing triangle.

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

    How to print numbers??

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

    sir can u explain the pattern with lines "/", "|", "_"

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

      Same code
      Just change the printing character

  • @sam-uw3gf
    @sam-uw3gf 2 года назад +1

    Nice dude 😂

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

    Tnqqq

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

    Aapka you tube channel mere liye bahot helpful h but mujhe apki voice k sath lips ki chp chp voice bahot irritate krti h , actually mujhe iss type ki voice se bahot jyada irritation hoti h to please ap ya to mike thoda dur kr k video bnaye ya phir koi dusra mike use kre taki main bina kisi irritation k apki video dekh saku .
    Thank you

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

    N
    NN
    NNN
    NNNN
    NNNNN

  • @0inad
    @0inad 2 года назад

    bad indin

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

    *
    * *
    * *
    * *
    * *
    * *
    * *
    * *
    * *
    *************
    hello sir, What changes we need to make for this program.drawing triangle.