Тёмный

Nested loops in Python are easy ➿ 

Bro Code
Подписаться 1,9 млн
Просмотров 260 тыс.
50% 1

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

Опубликовано:

 

25 окт 2022

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 131   
@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 11 месяцев назад
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 9 месяцев назад
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
@babludas007
@babludas007 8 месяцев назад
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.
@HassanRaza-pe5rh
@HassanRaza-pe5rh Год назад
Very clearly explained bro! Thanks!
@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
@calculuslifer4024
@calculuslifer4024 Год назад
Now I understand nexted loop better👏✔️
@Louviewtube
@Louviewtube 6 месяцев назад
Brilliant. Thank you.
@jeiddoromal4804
@jeiddoromal4804 19 дней назад
clear explanation, helped and saved my brain from overthinking
@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 Год назад
Wow !! super expalination !@
@MrSimonmartinlee
@MrSimonmartinlee 3 месяца назад
excellent vid. really well explained. thanks
@user-ky9cq3th8e
@user-ky9cq3th8e 7 месяцев назад
Thank you so much sir
@RominiyiOmodona
@RominiyiOmodona 4 дня назад
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
@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
@artemblinkov2241
@artemblinkov2241 6 месяцев назад
Really loved the explanations, thanks! One question, how would the code look like if I wanted to make a triangle tho?
@umaydilarakuscu642
@umaydilarakuscu642 Год назад
you're awesome
@klliope
@klliope 9 месяцев назад
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 5 месяцев назад
@@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!
@johnbainbridge1931
@johnbainbridge1931 Год назад
I finally see the light!😀
@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.
@mavatrollinggarage4431
@mavatrollinggarage4431 Год назад
Tq so much
@ethana1
@ethana1 Месяц назад
v v good. ty ❤
@MESHALGAMEZ
@MESHALGAMEZ 4 месяца назад
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 15 дней назад
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.
@sumfatt640
@sumfatt640 7 месяцев назад
thnx , with anki flashcards would be cool to memorize
@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
@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 19 дней назад
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 4 месяца назад
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 ?
@_GRBL
@_GRBL Год назад
Wher full rust tutorial
@Muhammad-ul8on
@Muhammad-ul8on Год назад
Chad 🗿 explanation
@karnikabaroniya
@karnikabaroniya 6 месяцев назад
can someone tell me how to get this type of window in python with the program result at the bottom
@senpaigt911
@senpaigt911 Год назад
Can you make a tutorial how to delete system32 with python ?
@BroCodez
@BroCodez Год назад
no lol
@senpaigt911
@senpaigt911 Год назад
@@BroCodez Ok =l
@jiobrando
@jiobrando Год назад
Bro can you make a Kotlin tutorial? I crash course your Java andddddd employers seeks Kotlin....
@moralfuxery
@moralfuxery 6 месяцев назад
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?
@user-dj7ic1xs2p
@user-dj7ic1xs2p 11 месяцев назад
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 6 месяцев назад
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 4 месяца назад
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 8 месяцев назад
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 8 месяцев назад
@@fuzzylogics139 Thank you bro before that i had a vague idea what it did now its clear
@fuzzylogics139
@fuzzylogics139 8 месяцев назад
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 Год назад
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
Просмотров 229 тыс.
Solve any Star Pattern program in Python
18:44
Просмотров 847 тыс.
NAYEON "ABCD" M/V
03:42
Просмотров 7 млн
Each found a feeling.#Short #Officer Rabbit #angel
00:17
5 Good Python Habits
17:35
Просмотров 364 тыс.
For loops in Python are easy 🔁
5:06
Просмотров 245 тыс.
How To Use Recursion In Python
8:50
Просмотров 3,5 тыс.
Nested Loops in Java
10:09
Просмотров 260 тыс.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Просмотров 1,5 млн
5 Tips To Write Better Python Functions
15:59
Просмотров 88 тыс.
Functions in Python are easy 📞
10:38
Просмотров 392 тыс.
Solve Any Pattern Question With This Trick!
57:20
Просмотров 2,2 млн