Python Pattern Program - Number Pattern (Printing Numbers in Pyramid Shape)

  Рет қаралды 244,932

Amulya's Academy

Amulya's Academy

Күн бұрын

In this Python Pattern Programming video tutorial you will learn How to print numbers in pyramid shape in detail.
To print numbers in pyramid shape we will use nested for loops.
For more free tutorials on computer programming
/ amulsacademy
/ amulsacademy

Пікірлер: 261
@МаксимБездітко
@МаксимБездітко 3 жыл бұрын
Personally I am from Ukraine and i have been looking for such a cool and skillful teacher like you for so long time. And finally i succeed. You can explain such uneasy and sometimes challenging things in a really good and easy to understand way so that I am just being amazed at your skills of teaching. With love from Ukr! The English Language is a great force. I am only 15 years old and I reckon everything is ahead!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you so much :)
@gauravkumar2602
@gauravkumar2602 3 жыл бұрын
Best teacher !!! Thanks a lot Mam. I tried solving this by myself , without watching your video. Hope it will help someone. rows =8 for i in range(1,rows): for j in range(rows-i,-1,-1): print(end=" ") for j in range(i,0,-1): print(j, end="") for j in range(2,i+1,): print(j, end="") print()
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
❤️😊
@gauravkumar2602
@gauravkumar2602 3 жыл бұрын
@@AmulsAcademy Just a request , in your upcoming videos please explain time complexity as well, while explaining algorithms.
@ladiyuktha6154
@ladiyuktha6154 5 жыл бұрын
U r voice is too good to listen And u r explaining perfectly
@ladiyuktha6154
@ladiyuktha6154 5 жыл бұрын
I want some more patterns like this☺️☺️
@laxmikanthghali5388
@laxmikanthghali5388 4 жыл бұрын
This is outstanding channel, to build the logic from scratch!! Amulyaji aap ka voice, teaching style awesome, it wont distract when u are teaching. Love it it!!
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you so much 😀
@hemantheswar8118
@hemantheswar8118 4 жыл бұрын
you really made a hard work to make users understand in a simple way but i had to concentrate a lot to understand as your voice distracted me a lot..........your voice is god gift......
@vikaskait5057
@vikaskait5057 5 жыл бұрын
Mam your teaching is awesome.. I really love your teaching.. Mam I want python program for "pascal's triangle" will you please mam..
@sayanrc5131
@sayanrc5131 5 жыл бұрын
Can u please upload some harder patterns? It would be a great help. And thanks for this one...it really helped a lot
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Ok :)
@shesharajupallysaikumar904
@shesharajupallysaikumar904 4 жыл бұрын
​@@AmulsAcademy your program was wrong (check with 10 or above value , you wont get pyramid) you can observe at 11:14 last line of output pattern was wrong
@nandalala7915
@nandalala7915 4 жыл бұрын
@@shesharajupallysaikumar904 that is double digit 10
@muralikonkoth4161
@muralikonkoth4161 3 жыл бұрын
Great.Well explained for beginners.Thanks a lot for sharing knowledge.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@trendingvedio7564
@trendingvedio7564 3 жыл бұрын
Your voice is lovely ❤️ and so easily you teach them all in a simple way with easy and understanding English language for new comers 🙏plz you always make this type of coding vedios we learn to you a different and good kind of logics , methods, 🙏jai shree ram 🙏, keep going on
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊❤️
@bapatlabhargav5762
@bapatlabhargav5762 3 жыл бұрын
simp
@shivanshsrivastava1715
@shivanshsrivastava1715 4 жыл бұрын
Ur explanation is crystal clear 👍
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@harin1846
@harin1846 5 жыл бұрын
Can you explain how one can code to print Binomial Distribution or Pascal's Triangle, like 1, 11, 121, 1331, etc? Thank you.
@creativesangeeth8343
@creativesangeeth8343 4 жыл бұрын
Absolutely ur good teacher in python
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@tejasvimangal2184
@tejasvimangal2184 2 жыл бұрын
Are 4 loops required? n = int(input("Enter the number: ")) L = [x for x in range(1, n+1)] for i in range(1, n+1): a = list(map(str, L[0:i])) s = " ".join(a[1:][::-1] + a) print(s.center((4*n)-3, " "))
@frankhuman9972
@frankhuman9972 4 жыл бұрын
Simply you’re a genius
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@Miguel-qw6bn
@Miguel-qw6bn 3 жыл бұрын
Thank You for supporting !
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure 😊
@babjiky
@babjiky 4 жыл бұрын
Hi, I started learning python... Too good lesson... Really thanks to U..
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@apexbioaccounts6375
@apexbioaccounts6375 4 жыл бұрын
Thank You for supporting us madam,,,
@madinasushma1074
@madinasushma1074 4 жыл бұрын
Tank you so much madam. Your video help to learn Python easily
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad to hear that :)
@alaranaprathap1891
@alaranaprathap1891 5 жыл бұрын
Really very good and awesome explanation
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@jagadheeshsiripurapu1555
@jagadheeshsiripurapu1555 3 жыл бұрын
In love with ur voice amulya.. plzz like me
@AR-ut1qe
@AR-ut1qe 4 жыл бұрын
Great video! How could I do the inverse? I mean, add or score 1 in the middle instead of substracting. I am trying but I can't.
@doyouknow243
@doyouknow243 3 жыл бұрын
You explain very well mam 😊
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@praveenboddu3629
@praveenboddu3629 5 жыл бұрын
Explanation is simply superb Ms.Amulya :-)
@mddelowarhossain1075
@mddelowarhossain1075 5 жыл бұрын
Awesome! Please, keep posting with new programming solutions. Thank you...:)
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :) Yes i will keep posting videos on new topics. Keep learning :)
@amit342kumar
@amit342kumar 4 жыл бұрын
Very very good voice for aur learning Python ..am realy attract.
@amng518
@amng518 5 жыл бұрын
Mam output is coming in different shape
@jafarbasha4394
@jafarbasha4394 4 жыл бұрын
Nice.. Easy to understand... Thankyou amuls
@jaigarage9868
@jaigarage9868 5 жыл бұрын
Good programmer. Pls explain how to copy data from online with python xml....
@karimbudhwani3004
@karimbudhwani3004 4 жыл бұрын
Thank you for this video. It helped me understand every iteration
@ajaypatidar2822
@ajaypatidar2822 Жыл бұрын
kzbin.info/aero/PLFMdA1UJVR4bm0o8vTa9dcOS3_HNSP-fa
@Navya-s8o
@Navya-s8o 3 жыл бұрын
When I execute same program in my laptop I won't getting actual output some what am getting what's wrong?
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Give me the program please, i will check :)
@sameulkumar7182
@sameulkumar7182 6 жыл бұрын
wow no words for your explanation!!!!!!
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@sudarsandm
@sudarsandm 6 жыл бұрын
Your videos are really good. Thanks for sharing with us.
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
My pleasure:)
@ChelsiRomir
@ChelsiRomir 3 жыл бұрын
What would be the program if v wanted to print the same triangle shape but instead of numbers v wanted "*"?
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
in print function print star :)
@Abhijeetchandra3089
@Abhijeetchandra3089 2 жыл бұрын
Why are you not uploading any video?
@nanichinna8976
@nanichinna8976 4 жыл бұрын
Your voice is inspiring a lot
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@nanichinna8976
@nanichinna8976 4 жыл бұрын
can you please make a program for letter "C"
@krypton2780
@krypton2780 3 жыл бұрын
Mam what's your python version, I can't run it correct
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Python 3
@krypton2780
@krypton2780 3 жыл бұрын
@@AmulsAcademy thank you
@dharshinimagesh9591
@dharshinimagesh9591 4 жыл бұрын
hi mam . i understand when u teach but feel difficult to do myself . how to improve my programming knowledge .
@kenyleonardourgelyoshiie9549
@kenyleonardourgelyoshiie9549 4 жыл бұрын
practicing
@The_WarMachine
@The_WarMachine 3 жыл бұрын
Can we reduced the numbers of code line
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Yes you can :)
@niveditachowdhury9499
@niveditachowdhury9499 6 жыл бұрын
instead of writing end=" "we can just put a comma also. Thanks a lot by the way
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
In Python 2
@thirumalareddy5143
@thirumalareddy5143 6 жыл бұрын
In python2. U r saying 3
@RanjithKumar-jo7xf
@RanjithKumar-jo7xf 5 жыл бұрын
Can we done this simply by comma??
@atmmachine8713
@atmmachine8713 5 жыл бұрын
Ri8
@bvspa
@bvspa 3 жыл бұрын
Thank you Ma'am
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure :)
@prathamsingh5467
@prathamsingh5467 4 жыл бұрын
Great job👨‍💻👨‍💻👨‍💻
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you so much 😀
@afees4981
@afees4981 4 жыл бұрын
@amul acedamy Hi could u explain how range (I, 0,-1) Works
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
if i take range(5,0,-1) it will take value as 5 4 3 2 1 :)
@majurakanpuvanendran732
@majurakanpuvanendran732 4 жыл бұрын
Easy to understand python .this video more help.pls upload php lesson video.
@dharanidharb6451
@dharanidharb6451 5 жыл бұрын
Mam which one do u use to compile
@giorgibakuradze
@giorgibakuradze 3 жыл бұрын
how can i build the list of pyramid with different numbers
@abhijitdutta9846
@abhijitdutta9846 6 жыл бұрын
Madam thank you for the pattern program. But I think in all the print statements inside the for loops we need space. Otherwise pattern does not come as exact as shown in the beginning. Thank you very much.
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
yes you can use space or you can use format() for space management :)
@abhijitdutta9846
@abhijitdutta9846 6 жыл бұрын
Amuls Academy
@abhijitdutta9846
@abhijitdutta9846 6 жыл бұрын
Thank you very much. How to generate Armstrong numbers. I know their are these numbers which are Armstrong but I am not able to generate it.. 153,370,371, and 407.
@Jc-handle-with-care
@Jc-handle-with-care 4 жыл бұрын
thanks, ,you re a good teacher
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you! 😃
@hariram-uu2qx
@hariram-uu2qx 4 жыл бұрын
Very nice explanation thank you 😊
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Most welcome 😊
@fahadmustafa650
@fahadmustafa650 5 жыл бұрын
Thanks Mam Respect from Pakistan
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you:)
@thokalarajesh9989
@thokalarajesh9989 4 жыл бұрын
Excellent madam it is very much interested madam tq sooooooooo much
@SurajPrajapati-bl5vp
@SurajPrajapati-bl5vp 5 жыл бұрын
Nice explanation mam...
@Music.Air99
@Music.Air99 3 жыл бұрын
thank you so much mam explained great!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Most welcome 😊
@babjiky
@babjiky 4 жыл бұрын
Hi I have a doubt.. How to find Fibonacci number. Please can you send me code?
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Video link: kzbin.info/www/bejne/rX-XZnR5ndBsi5Y :)
@babjiky
@babjiky 4 жыл бұрын
@@AmulsAcademy thanQ
@Trends_Forever
@Trends_Forever 4 жыл бұрын
you just learn c-corner website you copy the c corner website code
@sofianghazali8911
@sofianghazali8911 6 жыл бұрын
why did u add '0' in for loop(i,0,-1)? what is zero used for?
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
0 is the end value , range() syntax is range(start, end, step). for i in range(5,0,-1) it will give output as 5 4 3 2 1 , here 0 is end value which is excluded in range().
@sofianghazali8911
@sofianghazali8911 6 жыл бұрын
thank you! makes sense!
@Ankit-mq6em
@Ankit-mq6em 6 жыл бұрын
Mam I am getting wrong patterns yyyy??
@mukunthanloganathan5802
@mukunthanloganathan5802 5 жыл бұрын
When we give range(5,0) it prints in reverse order then y should we give the step as -1. Crt me if i am wrong..plz
@tejas_gawali
@tejas_gawali 5 жыл бұрын
if you don't put 0 there it will not show 1 in that pattern
@शिवणकला
@शिवणकला 5 жыл бұрын
Great and thanks
@gopalkrishnapanda7663
@gopalkrishnapanda7663 6 жыл бұрын
very well explained !! thanks a lot!!!
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@marciosilvaroballo2338
@marciosilvaroballo2338 4 жыл бұрын
hello amuls very good code, congratulations on the channel
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@nihalsingh9987
@nihalsingh9987 3 жыл бұрын
Very nice Madam👍👍👍👍
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@adithyanvr1949
@adithyanvr1949 Жыл бұрын
Thank you so much Mam
@vijayasarathyr394
@vijayasarathyr394 2 жыл бұрын
hi mam can you help me to print 1 2 3 4 5 6 and going on
@akashtelkar853
@akashtelkar853 5 жыл бұрын
Which application Ur using to run python
@nischaysingh
@nischaysingh 5 жыл бұрын
such a simple explanation. keep it up
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@ankitupadhyay8701
@ankitupadhyay8701 2 жыл бұрын
nicely explained.good job.
@flatscales2161
@flatscales2161 4 жыл бұрын
Thank You Very Much For Such A Great Explanation : )
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You are welcome! :}
@mukunthanloganathan5802
@mukunthanloganathan5802 5 жыл бұрын
When we give range(5,0) it prints in reverse order then y should we give the step as -1. Help me with this problem..plz
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
by default step value is +1. when you mention range(0,5) by default it will take step value as 1 and we will get 0,1,2,3,4. But in range(5,0) starting value is 1 and ending is 0 and you didn't mentioned step so it will take default value that is +1, so it won't print anything. [You are telling to print values from 5 to 0 , and difference between second value and first value {step} to be +1 , it can't be possible.] so you should mention step as -1. range(5,0,-1): 5 4 3 2 1 difference between second value{4} and first value{5} is -1. :)
@arjunachu308
@arjunachu308 3 жыл бұрын
can we do the came with alphabet
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Yes :)
@joyprokash4013
@joyprokash4013 Жыл бұрын
Thanks a lot
@voiceofyvr4006
@voiceofyvr4006 4 жыл бұрын
can you tell that the code for * pattern
@sandeepkunwr1178
@sandeepkunwr1178 5 жыл бұрын
Voiceeeeeee😍😍😍😍
@flatscales2161
@flatscales2161 4 жыл бұрын
awesome explaination
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad you liked it :)
@rupanisapthagiri8423
@rupanisapthagiri8423 5 жыл бұрын
what is the difference between a while loop and for loop
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
While loop will execute block of code until a certain condition is met. For loop is used to iterate over elements of a sequence. It will executes block of code "n" times. :)
@edagottisurekha5875
@edagottisurekha5875 5 жыл бұрын
While loop is used if iterations or unknown and for is used if the iterations are known
@venkateshkarthick7935
@venkateshkarthick7935 4 жыл бұрын
Learning is so good
@wildan2136
@wildan2136 5 жыл бұрын
dear mam. i have problem here i cant shape the triangle do somebody has the same issue?
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Can you share your program here i will check :)
@wildan2136
@wildan2136 5 жыл бұрын
@@AmulsAcademy nvm i rechecked and its all fine thank u
@taran7954
@taran7954 5 жыл бұрын
Swaraj Shimpi you didn't declare the po function
@manojkumarjampala4745
@manojkumarjampala4745 2 жыл бұрын
Please make a program for palindrome number.... in python it is as asking frequently in many interviews
@ajaypatidar2822
@ajaypatidar2822 Жыл бұрын
kzbin.info/aero/PLFMdA1UJVR4bm0o8vTa9dcOS3_HNSP-fa
@shesharajupallysaikumar904
@shesharajupallysaikumar904 4 жыл бұрын
@Amuls Academy your program was wrong (check with 10 or above value , you wont get pyramid) you can observe at @11:14 last line of output pattern was wrong
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Program is not wrong , Because 10 and above has 2 digits output looks like that. You can format the output using format() and you can get proper shape. :)
@shesharajupallysaikumar904
@shesharajupallysaikumar904 4 жыл бұрын
@@AmulsAcademy thanks for reply plzz share the code using format() in comments
@anup161091
@anup161091 4 жыл бұрын
Please make a program video on pascal triangle
@sathishkumarm1501
@sathishkumarm1501 5 жыл бұрын
Mam, pls post Pascal triangle program
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
ok:)
@rajsingh966
@rajsingh966 6 жыл бұрын
i want to use it opposite of it .like an arrow but its not working just help
@janso8463
@janso8463 6 жыл бұрын
I tried this: num=9 for i in range (1,num+1): for j in range (1,i): print (end=".") for j in range (num-i+1,1,-1): print (j, end="") for j in range(1,num-i+2): print (j, end="") print()
@vamsimanchikanti9399
@vamsimanchikanti9399 5 жыл бұрын
@@janso8463 num=9 for i in range (1,num+1): for j in range (1,i): print (end=" ") for j in range (num-i+1,1,-1): print (j, end="") for j in range(1,num-i+2): print (j, end="") print()
@mahadevleela3230
@mahadevleela3230 3 жыл бұрын
Thanks a lottt
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure :)
@codopy
@codopy 3 жыл бұрын
how can i reverse the pattern upside down
@SurajPrajapati-bl5vp
@SurajPrajapati-bl5vp 5 жыл бұрын
Nice voice .....
@pratipaj
@pratipaj 2 жыл бұрын
Please solve again full
@pavankumarsv419
@pavankumarsv419 5 жыл бұрын
Why you will not take 0th row
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Because here i am printing value 1 in the first row, so i took range from 1. :)
@RanjithKumar-jo7xf
@RanjithKumar-jo7xf 5 жыл бұрын
Very useful one
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@saivsai3899
@saivsai3899 2 жыл бұрын
Thanks mam and small bought
@puneethas5843
@puneethas5843 5 жыл бұрын
Pls give me suggestions how print in C program....to print value range
@ferakafs
@ferakafs 2 жыл бұрын
Thanks a lot!!!🥰
@anontough6907
@anontough6907 Жыл бұрын
I love your brain ;)
@paramdeepsingh9496
@paramdeepsingh9496 6 жыл бұрын
hello mam... i find it difficult tht how do u make concepts in different pattern. i find it really tough.... plz help
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
You can write the program in different ways but you need to understand the logic first:)
@north4083
@north4083 4 жыл бұрын
THANK U !!!!!!!!!!!!!!!!!!
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Welcome :)
@Girishhhhh
@Girishhhhh 4 жыл бұрын
maam this is also not coming this is the output coming Enter the no of rows:4 1 212 32123 4321234
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You are not printing space. Check the for loop for which prints space. :)
@nageshj2050
@nageshj2050 5 жыл бұрын
Actually, we can print the Pyramid with just one for loop
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Yes we can :)
@ArunRajpidige
@ArunRajpidige 5 жыл бұрын
@Anirvan Sen j=9 #variable used for denoting spaces n=int(input("enter how many rows of stars you want to print:")) for i in range(1,n,2): print(' '*j+i*'*') j=j-1
@ayeshamujeeb9661
@ayeshamujeeb9661 5 жыл бұрын
@@ArunRajpidige I have seen that video too.
@abhiShek-zi4sh
@abhiShek-zi4sh 4 жыл бұрын
this is better: c=int(input('please enter the number for this kind of structure')) for i in range(1,c+1,1): print(" "*(c-i) , end="") for j in range(1,2*i): if j
@nbhaskarreddy
@nbhaskarreddy 4 жыл бұрын
Wrong out put
@nbhaskarreddy
@nbhaskarreddy 4 жыл бұрын
try this: (you can optimize this code) num =int(input("Enter number of rows")) for i in range(num): for j in range((num+num)-1): if(j=num-(i+1) and j
@subhabratabasu9804
@subhabratabasu9804 4 жыл бұрын
l=[1,2,3,4,5] for i in range(len(l)): print(l[i::-1]+(l[1:i+1])) more efficient logic
@DjR4D1C
@DjR4D1C 4 жыл бұрын
yes maybe but for amateur fiorst starter this logic is more logic than your experienced one
@flatscales2161
@flatscales2161 4 жыл бұрын
@nagav261
@nagav261 5 жыл бұрын
what is the code for 4th part
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
4th part is last space right?, No need to print that :)
@nagav261
@nagav261 5 жыл бұрын
@@AmulsAcademy ya I know that,but I tried to print * in that space.thats y I asked uand I got it
@StatusKing-xp2xu
@StatusKing-xp2xu 4 жыл бұрын
#shortest code ever i=1 r=4 for j in range(1,5): for p in range(0,r): print(" ",end="") print(i*i) i=i*10+1 r=r-1
@pratipaj
@pratipaj 2 жыл бұрын
Its not working
@kajalnegi6282
@kajalnegi6282 4 жыл бұрын
Best👍👍👍
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@jk3089
@jk3089 4 жыл бұрын
Brilliant
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
Python Pattern Program - Printing Numbers in Square Shape
25:15
Amulya's Academy
Рет қаралды 94 М.
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 960 М.
Worst flight ever
00:55
Adam W
Рет қаралды 23 МЛН
OYUNCAK MİKROFON İLE TRAFİK LAMBASINI DEĞİŞTİRDİ 😱
00:17
Melih Taşçı
Рет қаралды 12 МЛН
LIFEHACK😳 Rate our backpacks 1-10 😜🔥🎒
00:13
Diana Belitskay
Рет қаралды 3,8 МЛН
Python Pattern Program - Printing Stars in Heart Shape
14:30
Amulya's Academy
Рет қаралды 592 М.
Python Programming Series (Loops 4): Nested loops
14:45
Left Peel
Рет қаралды 167 М.
If __name__ == "__main__" for Python Developers
8:47
Python Simplified
Рет қаралды 403 М.
Solve Any Pattern Question With This Trick!
57:20
Kunal Kushwaha
Рет қаралды 2,4 МЛН
How to solve Square and Hollow pattern programs in Python
17:29
Simply Coding
Рет қаралды 90 М.
10 Python Comprehensions You SHOULD Be Using
21:35
Tech With Tim
Рет қаралды 147 М.
Solve any Number Pattern program in Python
20:14
Simply Coding
Рет қаралды 216 М.
Python Pattern Programs - Printing Numbers in Right Triangle Shape
9:42
Amulya's Academy
Рет қаралды 359 М.
Worst flight ever
00:55
Adam W
Рет қаралды 23 МЛН