Nested loops in Python are easy ➿

  Рет қаралды 257,442

Bro Code

Bro Code

Жыл бұрын

#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()

Пікірлер: 130
@BroCodez
@BroCodez Жыл бұрын
# 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()
@mondlistyleman9389
@mondlistyleman9389 Жыл бұрын
You're my hero... Love from South Africa :)
@Lex_Marion
@Lex_Marion Жыл бұрын
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
@gerardogodinez6919
@gerardogodinez6919 Жыл бұрын
Same happens to me
@sakshampokhrel42
@sakshampokhrel42 10 ай бұрын
Its a completely opposite for me tho i need more in depth explanation
@mello4392
@mello4392 9 ай бұрын
I thought I was the only one
@IMDash_freak002
@IMDash_freak002 8 ай бұрын
Yeah me too😢
@Frail-pg8xt
@Frail-pg8xt 8 ай бұрын
Same condition for everyone else. No one just realises it
@cdkw8254
@cdkw8254 11 ай бұрын
Bro, you saved me ass, I was gonna fail for sure but you absolute ultimate gigachad saved my. Thank you King. You dropped this 👑
@francisjacquart9618
@francisjacquart9618 8 ай бұрын
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 5 ай бұрын
U are the best🥲, u are supposed to be a lecture😏
@harleenkaur2096
@harleenkaur2096 Жыл бұрын
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
@jaspersumugat6951
@jaspersumugat6951 Жыл бұрын
This is very clever and give me a better understanding in nested loop
@yonisapir6270
@yonisapir6270 Жыл бұрын
Perfectly explained, thank you!
@admo001
@admo001 10 ай бұрын
Thanks bro, you explain them really well
@markrose805
@markrose805 6 ай бұрын
You’re awesome man! Thanks
@jeiddoromal4804
@jeiddoromal4804 14 күн бұрын
clear explanation, helped and saved my brain from overthinking
@babludas007
@babludas007 8 ай бұрын
You entirely clear my concept ... thanks alot bro 😭😭🤌
@HassanRaza-pe5rh
@HassanRaza-pe5rh Жыл бұрын
Very clearly explained bro! Thanks!
@Compuscience-Python-Prog-Exps
@Compuscience-Python-Prog-Exps Жыл бұрын
Thank so very much for your help on leaning Python .. Great, to the point Teacher.
@ch_dave19
@ch_dave19 Жыл бұрын
Thank you bro for all your videos. I Iearnt java and javascript extensively through your videos.
@RameshKumar-ng3nf
@RameshKumar-ng3nf 3 ай бұрын
Such a beautiful explanation Sir. Thanks a lot for sharing making it easy to understand for beginners.
@cartoon_station123
@cartoon_station123 Жыл бұрын
Thank you sir for your help..
@ugonkem9878
@ugonkem9878 Жыл бұрын
Thank you so much for this
@Louviewtube
@Louviewtube 6 ай бұрын
Brilliant. Thank you.
@calculuslifer4024
@calculuslifer4024 Жыл бұрын
Now I understand nexted loop better👏✔️
@thedeparted_one
@thedeparted_one Жыл бұрын
Bro, may I say you have such a soothing and beautiful voice? 🤗
@jasonhammerle3582
@jasonhammerle3582 11 ай бұрын
awesome content as always, thanks Bro!👌
@muhammadabdullahwaseem3040
@muhammadabdullahwaseem3040 Жыл бұрын
I have my a levels computer science exam tomorrow and you just saved my life
@bodyart1460
@bodyart1460 Жыл бұрын
very helpful thanks
@anandh7094
@anandh7094 5 ай бұрын
thanks for your explanation it's really helpful ☺
@KvintKek
@KvintKek 11 ай бұрын
Wow !! super expalination !@
@MrSimonmartinlee
@MrSimonmartinlee 3 ай бұрын
excellent vid. really well explained. thanks
@user-ky9cq3th8e
@user-ky9cq3th8e 6 ай бұрын
Thank you so much sir
@godxdestructionyt6173
@godxdestructionyt6173 3 ай бұрын
Thanks 😊
@raxivy7878
@raxivy7878 9 ай бұрын
THANK YOU SO MUCH
@Mario-if5tl
@Mario-if5tl 10 ай бұрын
Good job 👍
@Dunith_Munasinghe
@Dunith_Munasinghe Жыл бұрын
Thank you❤
@bekturasanbekov1979
@bekturasanbekov1979 11 ай бұрын
Thx 4 vid bro !
@adivhahoratshimolo2671
@adivhahoratshimolo2671 3 ай бұрын
You are the best!!!!!
@Raja-tt4ll
@Raja-tt4ll 4 ай бұрын
Very nice
@omaralbrkaui2013
@omaralbrkaui2013 10 ай бұрын
man i love you thx
@umaydilarakuscu642
@umaydilarakuscu642 Жыл бұрын
you're awesome
@artemblinkov2241
@artemblinkov2241 6 ай бұрын
Really loved the explanations, thanks! One question, how would the code look like if I wanted to make a triangle tho?
@klliope
@klliope 8 ай бұрын
took me about an hour but finally I understand nested loops, thank you Bro Code
@user-th2js2nv3f
@user-th2js2nv3f 7 ай бұрын
3 days now, still dont fully understand it
@klliope
@klliope 7 ай бұрын
@@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 4 ай бұрын
@@klliope that´s actually a pretty good. thx man
@SnPnibba
@SnPnibba 3 ай бұрын
@@klliope Buddy to print what you wrote: for i in range(3): for k in range(5): print("hello", end="") print() Hope yer fine.
@bobaayla
@bobaayla 6 ай бұрын
This is a life saver video I have my exam tomorrow so thank u so much
@A1NTT
@A1NTT 5 ай бұрын
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.
@kqwl
@kqwl 10 ай бұрын
Thank you
@ExcelTutorials1
@ExcelTutorials1 Жыл бұрын
Very well explained, thank you!
@gamisr2848
@gamisr2848 4 ай бұрын
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 4 ай бұрын
Also a first semester CS student, was totally lost. Hoping this video helps. Will watch when I get home from my lecture.
@johnbainbridge1931
@johnbainbridge1931 Жыл бұрын
I finally see the light!😀
@mavatrollinggarage4431
@mavatrollinggarage4431 Жыл бұрын
Tq so much
@ethana1
@ethana1 Ай бұрын
v v good. ty ❤
@MESHALGAMEZ
@MESHALGAMEZ 3 ай бұрын
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
@chalanagimhana8275
@chalanagimhana8275 4 ай бұрын
you are the best
@KeremLBJ
@KeremLBJ 7 ай бұрын
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))
@xudayfitechoffiaicl5125
@xudayfitechoffiaicl5125 Жыл бұрын
respect Teacher. @Bro Code
@MrDarkplace22
@MrDarkplace22 10 күн бұрын
this guy tptally sounds like ryan george from pitch meeting , also thanks for your video made a complex topic so simple
@nfsheat1456
@nfsheat1456 3 ай бұрын
damn ur awesome
@robertfaney4148
@robertfaney4148 2 ай бұрын
do you have a matrix done ? That would be great !
@fabianodeoliveira7
@fabianodeoliveira7 10 ай бұрын
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 11 ай бұрын
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..
@hanshalili174
@hanshalili174 Ай бұрын
It’s never too late
@sumfatt640
@sumfatt640 7 ай бұрын
thnx , with anki flashcards would be cool to memorize
@dipikapandya4622
@dipikapandya4622 4 ай бұрын
Bro saved me from failing in my class 11th practical exams 🙏🏽🙏🏽🙃
@manuelsantosjr9822
@manuelsantosjr9822 8 ай бұрын
Hey Bro code, do you have an example of a text based game in python??
@salmankamboh90
@salmankamboh90 4 ай бұрын
Thank You make it simple bro codez
@pubudinijayawardana3801
@pubudinijayawardana3801 14 күн бұрын
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.
@jinkazama3647
@jinkazama3647 Жыл бұрын
Can u make it in one line please?
@billythenarwhal1579
@billythenarwhal1579 3 ай бұрын
So I'm doing exactly this but for some reason it's shorting me a symbol at the end.
@manisarijal2146
@manisarijal2146 8 ай бұрын
❤❤😊😊
@ramazanyetismis192
@ramazanyetismis192 6 ай бұрын
after first loop can we write print(symbol * columns ) and finish the code ?
@karnikabaroniya
@karnikabaroniya 6 ай бұрын
can someone tell me how to get this type of window in python with the program result at the bottom
@_GRBL
@_GRBL Жыл бұрын
Wher full rust tutorial
@Muhammad-ul8on
@Muhammad-ul8on Жыл бұрын
Chad 🗿 explanation
@senpaigt911
@senpaigt911 Жыл бұрын
Can you make a tutorial how to delete system32 with python ?
@BroCodez
@BroCodez Жыл бұрын
no lol
@senpaigt911
@senpaigt911 Жыл бұрын
@@BroCodez Ok =l
@moralfuxery
@moralfuxery 5 ай бұрын
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?
@jiobrando
@jiobrando Жыл бұрын
Bro can you make a Kotlin tutorial? I crash course your Java andddddd employers seeks Kotlin....
@user-dj7ic1xs2p
@user-dj7ic1xs2p 10 ай бұрын
a loop inside of an another loop outer loop inner loop
@mathocity8337
@mathocity8337 11 ай бұрын
Make sense
@JoaoPedro-vf1ke
@JoaoPedro-vf1ke Жыл бұрын
hello bro, hope you're doing well
@alexyakoveno4682
@alexyakoveno4682 Жыл бұрын
@korypuller6830
@korypuller6830 Ай бұрын
@ElyamineFahardine-bi8md
@ElyamineFahardine-bi8md 5 ай бұрын
Which app do u use to program?
@AyuPlus
@AyuPlus 2 ай бұрын
PyCharm
@AF_Gulfstream
@AF_Gulfstream 8 ай бұрын
Loop de loop
@bunnygirl8482
@bunnygirl8482 Жыл бұрын
Arigatō aniki!
@padmajapotlapally5771
@padmajapotlapally5771 Жыл бұрын
tini paduko
@AK-Star007
@AK-Star007 Жыл бұрын
end="/t" Will make your result like a table
@cdkw8254
@cdkw8254 11 ай бұрын
I think you mean \t
@coddingbhaj7695
@coddingbhaj7695 5 ай бұрын
its feels like i a
@saiguyplays4952
@saiguyplays4952 8 ай бұрын
bro which idle do u use
@AyuPlus
@AyuPlus 2 ай бұрын
Pycharm
@merwanmohammed8332
@merwanmohammed8332 7 ай бұрын
i think you mistaken row for column and column for row
@smedge4048
@smedge4048 4 ай бұрын
X is a counter. What is a counter?
@AyuPlus
@AyuPlus 2 ай бұрын
Watch the video on for loops
@boglin
@boglin 3 ай бұрын
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 2 ай бұрын
The outside loop indicates how many times we do the inside loop.
@Derp-Dylan12
@Derp-Dylan12 2 ай бұрын
Same I understand it on paper but once I try to do anything I get confused
@sakshamkhetarpal6839
@sakshamkhetarpal6839 Жыл бұрын
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 9 ай бұрын
what does the 'end' command do?
@fuzzylogics139
@fuzzylogics139 7 ай бұрын
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 7 ай бұрын
@@fuzzylogics139 Thank you bro before that i had a vague idea what it did now its clear
@fuzzylogics139
@fuzzylogics139 7 ай бұрын
Great! :) @@tauhidalam-8143
@lookingforahookup
@lookingforahookup 8 ай бұрын
4:54 That’s not a rectangle
@cdkw8254
@cdkw8254 11 ай бұрын
Comment
@cdkw8254
@cdkw8254 11 ай бұрын
Inside a comment
@cdkw8254
@cdkw8254 11 ай бұрын
Nested comment
@ronaldosiuu2886
@ronaldosiuu2886 11 ай бұрын
dont get it
@vottak304
@vottak304 Жыл бұрын
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=" ")
@YashTiwari-13
@YashTiwari-13 8 ай бұрын
bro
@piotrkopcewicz5227
@piotrkopcewicz5227 Жыл бұрын
comment
@piotrkopcewicz5227
@piotrkopcewicz5227 Жыл бұрын
in the comment
@tongtong1506
@tongtong1506 Жыл бұрын
@@piotrkopcewicz5227 nested comment
@yohane1161
@yohane1161 9 ай бұрын
easy? i got 10/20 tho
Python lists, sets, and tuples explained 🍍
15:06
Bro Code
Рет қаралды 227 М.
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 843 М.
В ДЕТСТВЕ СТРОИШЬ ДОМ ПОД СТОЛОМ
00:17
SIDELNIKOVVV
Рет қаралды 2,7 МЛН
WHY DOES SHE HAVE A REWARD? #youtubecreatorawards
00:41
Levsob
Рет қаралды 43 МЛН
While loops in Python are easy ♾️
6:58
Bro Code
Рет қаралды 307 М.
How To Use Recursion In Python
8:50
Taylor's Software Solutions
Рет қаралды 3,2 М.
Nested Loops in Java
10:09
Neso Academy
Рет қаралды 259 М.
For loops in Python are easy 🔁
5:06
Bro Code
Рет қаралды 241 М.
5 Uncommon Python Features I Love
15:09
Indently
Рет қаралды 128 М.
5 Tips To Write Better Python Functions
15:59
Indently
Рет қаралды 86 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,5 МЛН
Functions in Python are easy 📞
10:38
Bro Code
Рет қаралды 385 М.
Countdown timer program in Python ⌛
5:56
Bro Code
Рет қаралды 119 М.
В ДЕТСТВЕ СТРОИШЬ ДОМ ПОД СТОЛОМ
00:17
SIDELNIKOVVV
Рет қаралды 2,7 МЛН