Thank you so much, Im taking an intro to python class online and there was an assignment asking us to do this, the book doesnt show you how to do this at all, your supposed to just guess it. Never though to just take the range (row) and just -1 in order to display a complete row of astericks. Thank you so much this helped me understand how to think in the future.
@programsandme3 жыл бұрын
Pleasure 😊
@awais_ansarii3 жыл бұрын
Nicely explained . I was literally searching for same question of 3 row 3 column pattern and after watching this video I solved that question easily . Thanks ❣️ Keep it up
@awais_ansarii3 жыл бұрын
Also share ur account instagram link plz if u don't mind
@3Digga4 жыл бұрын
Thank you! It really helped me understand how it works as I had watch a couple of other videos before this and they weren't clear like this.
@programsandme4 жыл бұрын
Thank you :)
@sreedharlikit89662 жыл бұрын
U r superb in explaining hats off to u and ur knowledge
@ArdenTaylor1173 жыл бұрын
Wow this was super helpful! Definitely earned my subscription.
@programsandme3 жыл бұрын
Thank you 😊
@korbynavi79403 жыл бұрын
a tip: watch movies at Flixzone. Been using it for watching lots of of movies during the lockdown.
@juniorjake38183 жыл бұрын
@Korbyn Avi Definitely, have been watching on flixzone} for years myself =)
@mr_roxanee2 жыл бұрын
thx for the explanation... dont stop uploading content!😕
@christinalai3485 Жыл бұрын
Really helpful ! Thanks !
@souparnochatterjee5730 Жыл бұрын
Wow thanks i understood it
@lukssona4 жыл бұрын
helped a lot, great teaching :)))
@programsandme4 жыл бұрын
Glad to hear that! :)
@jaanu2562 жыл бұрын
Please do more videos in python madam about problems like printing upper to lower or finding digits etc
@visubaskar6659 Жыл бұрын
Using recursive
@gurpreetsingh-zv2ym2 жыл бұрын
Hi Mam, how print space after print all row and column ?
@randomone16383 жыл бұрын
What if we don’t want to print a hollow rectangle but a full rectangle with stars? What will be the code then ?
@newyoutubemovies43443 жыл бұрын
I was getting all in same line
@funbyraja36944 жыл бұрын
good vedeo ma'am
@programsandme4 жыл бұрын
Thank you :)
@masherieblackmon6074 Жыл бұрын
How do I write text inside a rectangle?
@varakalatarun8645 Жыл бұрын
How to get data inside it
@thapelommakola82083 жыл бұрын
Thank you!
@shubhamchauhan14563 жыл бұрын
are you from vit ,heard this voice somewere
@pandjialam6584 жыл бұрын
why you used or not and ?
@programsandme4 жыл бұрын
If you want to print star when any one of the condition is true then use or. If you want to print star when both the condition is true use and.
@johnjessy3 жыл бұрын
can you explain this Right Angled Triangle - - - - - - - | / | / | / | /