Nested loops in Python are easy ➿

Sdílet
Vložit
  • čas přidán 25. 10. 2022
  • #Python #course #tutorial
    nested loop = A loop within another loop (outer, inner)
    outer loop:
    inner loop:
    rows = int(input("Enter the # of rows: "))
    columns = int(input("Enter the # of columns: "))
    symbol = input("Enter a symbol to use: ")
    for x in range(rows):
    for y in range(columns):
    print(symbol, end="")
    print()

Komentáře • 132

  • @BroCodez
    @BroCodez  Před rokem +79

    # nested loop = A loop within another loop (outer, inner)
    # outer loop:
    # inner loop:
    rows = int(input("Enter the # of rows: "))
    columns = int(input("Enter the # of columns: "))
    symbol = input("Enter a symbol to use: ")
    for x in range(rows):
    for y in range(columns):
    print(symbol, end="")
    print()

  • @Lex_Marion
    @Lex_Marion Před rokem +356

    I don't know why but my brain really, REALLY wants to overthink both for loops and nested loops. They're really simple concepts but something always gets wonky in the monkey wires. This was a great video, really needed something to explain it in the most babymode 5 year old way, thank you

  • @cdkw8254
    @cdkw8254 Před 11 měsíci +24

    Bro, you saved me ass, I was gonna fail for sure but you absolute ultimate gigachad saved my. Thank you King. You dropped this 👑

  • @harleenkaur2096
    @harleenkaur2096 Před rokem +19

    Thank you much
    This is the first time I have understood nested loops, pattern after watching so many videos
    God bless
    Please keep making more videos on programming

  • @francisjacquart9618
    @francisjacquart9618 Před 9 měsíci +14

    THAT IS SO WELL THOUGHT OUT! BRILLIANT! AND I AM STARTING TO UNDERTAND HOW PROGRAMMERS THINK AND DEVELOP THEIR PROGRAMS! THANK YOU SO MUCH FOR ALL YOUR TUTORIALS!

    • @mask09499
      @mask09499 Před 6 měsíci +1

      U are the best🥲, u are supposed to be a lecture😏

  • @jaspersumugat6951
    @jaspersumugat6951 Před rokem +10

    This is very clever and give me a better understanding in nested loop

  • @yonisapir6270
    @yonisapir6270 Před rokem +5

    Perfectly explained, thank you!

  • @markrose805
    @markrose805 Před 6 měsíci

    You’re awesome man! Thanks

  • @admo001
    @admo001 Před 10 měsíci +1

    Thanks bro, you explain them really well

  • @babludas007
    @babludas007 Před 8 měsíci

    You entirely clear my concept ... thanks alot bro 😭😭🤌

  • @Compuscience-Python-Prog-Exps

    Thank so very much for your help on leaning Python .. Great, to the point Teacher.

  • @RameshKumar-ng3nf
    @RameshKumar-ng3nf Před 4 měsíci

    Such a beautiful explanation Sir. Thanks a lot for sharing making it easy to understand for beginners.

  • @ch_dave19
    @ch_dave19 Před rokem +1

    Thank you bro for all your videos. I Iearnt java and javascript extensively through your videos.

  • @HassanRaza-pe5rh
    @HassanRaza-pe5rh Před rokem +1

    Very clearly explained bro! Thanks!

  • @ugonkem9878
    @ugonkem9878 Před rokem +1

    Thank you so much for this

  • @destinydie
    @destinydie Před 10 hodinami

    Thanks for the wonderful video...

  • @jeiddoromal4804
    @jeiddoromal4804 Před 24 dny

    clear explanation, helped and saved my brain from overthinking

  • @jasonhammerle3582
    @jasonhammerle3582 Před 11 měsíci

    awesome content as always, thanks Bro!👌

  • @cartoon_station123
    @cartoon_station123 Před rokem +1

    Thank you sir for your help..

  • @Louviewtube
    @Louviewtube Před 7 měsíci

    Brilliant. Thank you.

  • @thedeparted_one
    @thedeparted_one Před rokem +1

    Bro, may I say you have such a soothing and beautiful voice? 🤗

  • @calculuslifer4024
    @calculuslifer4024 Před rokem +4

    Now I understand nexted loop better👏✔️

  • @anandh7094
    @anandh7094 Před 5 měsíci

    thanks for your explanation it's really helpful ☺

  • @user-ky9cq3th8e
    @user-ky9cq3th8e Před 7 měsíci +1

    Thank you so much sir

  • @raxivy7878
    @raxivy7878 Před 9 měsíci

    THANK YOU SO MUCH

  • @MrSimonmartinlee
    @MrSimonmartinlee Před 3 měsíci

    excellent vid. really well explained. thanks

  • @bodyart1460
    @bodyart1460 Před rokem +1

    very helpful thanks

  • @godxdestructionyt6173
    @godxdestructionyt6173 Před 3 měsíci +1

    Thanks 😊

  • @RominiyiOmodona
    @RominiyiOmodona Před 10 dny

    Thanks for the explanation really needed it I was literally going mad trying to understand it on my own not know that it is not that deep

  • @omaralbrkaui2013
    @omaralbrkaui2013 Před 10 měsíci

    man i love you thx

  • @muhammadabdullahwaseem3040

    I have my a levels computer science exam tomorrow and you just saved my life

  • @Dunith_Munasinghe
    @Dunith_Munasinghe Před rokem +1

    Thank you❤

  • @umaydilarakuscu642
    @umaydilarakuscu642 Před rokem +1

    you're awesome

  • @adivhahoratshimolo2671
    @adivhahoratshimolo2671 Před 3 měsíci

    You are the best!!!!!

  • @A1NTT
    @A1NTT Před 5 měsíci

    I have watched multiple videos, trying to understand nested loops and this video finally made sense to me! Thanks for breaking this down in such an easy way.

  • @KvintKek
    @KvintKek Před rokem

    Wow !! super expalination !@

  • @artemblinkov2241
    @artemblinkov2241 Před 6 měsíci

    Really loved the explanations, thanks! One question, how would the code look like if I wanted to make a triangle tho?

  • @Mario-if5tl
    @Mario-if5tl Před 10 měsíci

    Good job 👍

  • @bekturasanbekov1979
    @bekturasanbekov1979 Před 11 měsíci +1

    Thx 4 vid bro !

  • @bobaayla
    @bobaayla Před 6 měsíci

    This is a life saver video I have my exam tomorrow so thank u so much

  • @ethana1
    @ethana1 Před 2 měsíci

    v v good. ty ❤

  • @gamisr2848
    @gamisr2848 Před 4 měsíci

    First semester CS student. Nested loops confused the hell out of me in class last week. This video helped clear some of the confusion. Much appreciated!

    • @quonkylops
      @quonkylops Před 4 měsíci +1

      Also a first semester CS student, was totally lost. Hoping this video helps. Will watch when I get home from my lecture.

  • @klliope
    @klliope Před 9 měsíci +3

    took me about an hour but finally I understand nested loops, thank you Bro Code

    • @user-th2js2nv3f
      @user-th2js2nv3f Před 7 měsíci

      3 days now, still dont fully understand it

    • @klliope
      @klliope Před 7 měsíci +5

      @@user-th2js2nv3f take your time, what worked for me was writing it on a whiteboard, and trying to explain it with my own words, if you think about it it's like multiplication:
      For n in range(3)
      For z in range(5)
      Print("hello")
      The first for loop will tell you how many times the next loop will be done, in this case 3, and then the second loop, will print 5 "hello":
      Hello hello hello hello hello
      Hello hello hello hello hello
      Hello hello hello hello hello
      You printed 5 hello's, 3 times

    • @banane442
      @banane442 Před 5 měsíci +1

      @@klliope that´s actually a pretty good. thx man

    • @SnPnibba
      @SnPnibba Před 3 měsíci

      @@klliope Buddy to print what you wrote:
      for i in range(3):
      for k in range(5):
      print("hello", end="")
      print()
      Hope yer fine.

  • @kqwl
    @kqwl Před 11 měsíci

    Thank you

  • @ExcelTutorials1
    @ExcelTutorials1 Před rokem

    Very well explained, thank you!

  • @chalanagimhana8275
    @chalanagimhana8275 Před 4 měsíci

    you are the best

  • @MESHALGAMEZ
    @MESHALGAMEZ Před 4 měsíci

    Thx bro for the good explanation I have an exam tomorrow and I didn’t understand nested loops bcz the explanation in the digital book that the school gave me was CONFUSING AND COMPLICATED

  • @Raja-tt4ll
    @Raja-tt4ll Před 4 měsíci

    Very nice

  • @mavatrollinggarage4431
    @mavatrollinggarage4431 Před rokem +1

    Tq so much

  • @johnbainbridge1931
    @johnbainbridge1931 Před rokem +1

    I finally see the light!😀

  • @nfsheat1456
    @nfsheat1456 Před 3 měsíci

    damn ur awesome

  • @MrDarkplace22
    @MrDarkplace22 Před 21 dnem

    this guy tptally sounds like ryan george from pitch meeting , also thanks for your video made a complex topic so simple

  • @xudayfitechoffiaicl5125
    @xudayfitechoffiaicl5125 Před rokem +2

    respect Teacher.
    @Bro Code

  • @robertfaney4148
    @robertfaney4148 Před 2 měsíci

    do you have a matrix done ? That would be great !

  • @fabianodeoliveira7
    @fabianodeoliveira7 Před 10 měsíci +1

    haha, valeu amigo.
    Estou fazendo um curso qui no Brasil usam essa refêrencia para ensinar for in range.
    Vou ver mais aulas, não compreendo inglês, mas entendo o código.

  • @MrP-jg3cc
    @MrP-jg3cc Před 11 měsíci +4

    Hey bro I'm new to python, I just want to kick start my career I'm 23 now, is it ok to learn python from basics., Bcz I feel aged for programming..

  • @sumfatt640
    @sumfatt640 Před 7 měsíci

    thnx , with anki flashcards would be cool to memorize

  • @manuelsantosjr9822
    @manuelsantosjr9822 Před 9 měsíci

    Hey Bro code, do you have an example of a text based game in python??

  • @KeremLBJ
    @KeremLBJ Před 7 měsíci

    I didn't like the appearance of having a period after the last number in the iteration, so I wanted to change how it looks. But I also wanted to avoid hard-coding it to be the exact number '9'. Here is the solution I came up with, using the str.join() method:
    for x in range(3):
    sequence = range(1, 10)
    last_number = list(sequence)[-1]
    numbers = [str(y) if y != last_number else str(y) for y in sequence]
    print(".".join(numbers))

  • @jinkazama3647
    @jinkazama3647 Před rokem +1

    Can u make it in one line please?

  • @salmankamboh90
    @salmankamboh90 Před 4 měsíci

    Thank You make it simple bro codez

  • @manisarijal2146
    @manisarijal2146 Před 8 měsíci

    ❤❤😊😊

  • @dipikapandya4622
    @dipikapandya4622 Před 4 měsíci

    Bro saved me from failing in my class 11th practical exams 🙏🏽🙏🏽🙃

  • @pubudinijayawardana3801

    sir how can I use this expression in python for nested loops? val= int(input()) inputs are 2 and 5. and output should be * mark as rectangle shape. Please explain. Thank you.

  • @ramazanyetismis192
    @ramazanyetismis192 Před 7 měsíci

    after first loop can we write print(symbol * columns ) and finish the code ?

  • @billythenarwhal1579
    @billythenarwhal1579 Před 4 měsíci

    So I'm doing exactly this but for some reason it's shorting me a symbol at the end.

  • @jiobrando
    @jiobrando Před rokem +1

    Bro can you make a Kotlin tutorial?
    I crash course your Java andddddd employers seeks Kotlin....

  • @moralfuxery
    @moralfuxery Před 6 měsíci

    My thing and im in my 3rd werk for python is when I'm reading or watching this material i understand it, but i have an issue seeifn where you use it. Maybe this comes along once you understand all the fundamentals concretely bc i sure as hell don't yet. But this leads to massive overthinking on my part.
    Like, i have a simple site written in simple html/css. I have made a database in docker with MSSQL, and i want to make a python application to get the data from the DB and display it on the webpage. In very generic terms this is the "stack" im looking for no?

  • @Muhammad-ul8on
    @Muhammad-ul8on Před rokem +1

    Chad 🗿 explanation

  • @senpaigt911
    @senpaigt911 Před rokem +17

    Can you make a tutorial how to delete system32 with python ?

  • @karnikabaroniya
    @karnikabaroniya Před 6 měsíci

    can someone tell me how to get this type of window in python with the program result at the bottom

  • @_GRBL
    @_GRBL Před rokem +1

    Wher full rust tutorial

  • @ElyamineFahardine-bi8md
    @ElyamineFahardine-bi8md Před 6 měsíci

    Which app do u use to program?

  • @JoaoPedro-vf1ke
    @JoaoPedro-vf1ke Před rokem

    hello bro, hope you're doing well

  • @mathocity8337
    @mathocity8337 Před 11 měsíci

    Make sense

  • @korypuller6830
    @korypuller6830 Před měsícem

  • @saiguyplays4952
    @saiguyplays4952 Před 8 měsíci

    bro which idle do u use

  • @padmajapotlapally5771
    @padmajapotlapally5771 Před rokem +1

    tini paduko

  • @bunnygirl8482
    @bunnygirl8482 Před rokem

    Arigatō aniki!

  • @alexyakoveno4682
    @alexyakoveno4682 Před rokem

  • @user-dj7ic1xs2p
    @user-dj7ic1xs2p Před 11 měsíci +1

    a loop inside of an another loop outer loop inner loop

  • @AK-Star007
    @AK-Star007 Před rokem +2

    end="/t"
    Will make your result like a table

    • @cdkw8254
      @cdkw8254 Před 11 měsíci

      I think you mean \t

  • @merwanmohammed8332
    @merwanmohammed8332 Před 7 měsíci

    i think you mistaken row for column and column for row

  • @coddingbhaj7695
    @coddingbhaj7695 Před 5 měsíci

    its feels like i a

  • @smedge4048
    @smedge4048 Před 4 měsíci

    X is a counter. What is a counter?

    • @AyuPlus
      @AyuPlus Před 2 měsíci

      Watch the video on for loops

  • @AF_Gulfstream
    @AF_Gulfstream Před 8 měsíci

    Loop de loop

  • @sakshamkhetarpal6839
    @sakshamkhetarpal6839 Před rokem

    can you please explain this question
    Ask the users favorite color and if it is a rainbow color print the color two times and if the color is not a rainbow color print all the even numbers before the birthdate of the user

  • @tauhidalam-8143
    @tauhidalam-8143 Před 9 měsíci

    what does the 'end' command do?

    • @fuzzylogics139
      @fuzzylogics139 Před 8 měsíci +1

      Your comment is a month old but if you have not yet figured it out (or if someone else is reading your comment and wondering the same thing: it tells the program to print all the numbers on the same line:
      1234567
      1234567
      1234567
      Otherwise it would put each number on a new line
      1
      2
      3
      4
      5
      6
      7
      1
      2
      3
      4
      5
      6
      7
      1
      2
      3
      4
      5
      6
      7
      And if you would put a space between the parentheses it will put a space between the numbers: 1 2 3 4 5 6 7
      You can just experiment with what happens when you do not put the ,end=" " there then you will see

    • @tauhidalam-8143
      @tauhidalam-8143 Před 8 měsíci +1

      @@fuzzylogics139 Thank you bro before that i had a vague idea what it did now its clear

    • @fuzzylogics139
      @fuzzylogics139 Před 8 měsíci

      Great! :) @@tauhidalam-8143

  • @boglin
    @boglin Před 4 měsíci +1

    this just doesnt click with me at all, this is the hardest concept so far. im hitting a wall and its only week 3. fml

    • @solRandom
      @solRandom Před 2 měsíci

      The outside loop indicates how many times we do the inside loop.

    • @Derp-Dylan12
      @Derp-Dylan12 Před 2 měsíci

      Same I understand it on paper but once I try to do anything I get confused

  • @lookingforahookup
    @lookingforahookup Před 9 měsíci

    4:54
    That’s not a rectangle

  • @ronaldosiuu2886
    @ronaldosiuu2886 Před rokem

    dont get it

  • @vottak304
    @vottak304 Před rokem +3

    a = int(input("Enter the # of rows: "))
    b = int(input("Enter the # of columns: "))
    symbol = input("Enter a symbol to use: ")
    for i in range(a):
    print(symbol*b, end="
    ")

  • @cdkw8254
    @cdkw8254 Před 11 měsíci +1

    Comment

    • @cdkw8254
      @cdkw8254 Před 11 měsíci +1

      Inside a comment

    • @cdkw8254
      @cdkw8254 Před 11 měsíci +1

      Nested comment

  • @YashTiwari-13
    @YashTiwari-13 Před 8 měsíci

    bro

  • @piotrkopcewicz5227
    @piotrkopcewicz5227 Před rokem

    comment

  • @yohane1161
    @yohane1161 Před 9 měsíci

    easy? i got 10/20 tho