Python Programs - Armstrong Numbers

  Рет қаралды 405,983

Amulya's Academy

Amulya's Academy

Күн бұрын

Пікірлер: 493
@sportslover8396
@sportslover8396 3 жыл бұрын
Daily night before sleep one tutorial , just for your voice, so soothing... Get good sleep. By the way ur tutorials are great
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you so much 😊
@Anonymous_user43
@Anonymous_user43 3 жыл бұрын
😂😂😂😂😂😂
@sonus898
@sonus898 3 жыл бұрын
😂😂
@exploringnaturalbeauty2102
@exploringnaturalbeauty2102 3 жыл бұрын
Tharki lol 😂
@channelrex5238
@channelrex5238 2 жыл бұрын
😂
@thirumala_reddy
@thirumala_reddy 6 жыл бұрын
I feel lot happy after watching this video ...I watched lot of videos about how to write armstrong number ...I feel lot of confusion...then I watched this vdio...ur explaining very clearly ...really osmmm to the way of explaining ...Thank you so much for clarifing my doubt...
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
My Pleasure:)
@gujaratiincanada2464
@gujaratiincanada2464 4 жыл бұрын
I have seen many video related to python program logic, but no one is like this channel
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@KokilRaj16YT
@KokilRaj16YT Жыл бұрын
Alternative method: num=int(input("Enter number range from 1 to :")) arm=[] for i in range(1,num+1): l=len(str(i)) s=0 for j in str(i): s += int(j)**l if i==s: arm.append(s) print(f"The Armstrong numbers from 1 to {num} are: ") for k in arm: print(k)
@harisankarpanigrahi167
@harisankarpanigrahi167 3 жыл бұрын
Madam no word is coming to my mind to explain your knowledge...and most importantly way of teaching..I am your big fans mam...
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@learnwithsonu708
@learnwithsonu708 4 жыл бұрын
This video helps me a lot thanks amul academy. I have to say this is best channel on KZbin for purpose of getting education of computer science.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@deepakNeetiVlog
@deepakNeetiVlog 4 жыл бұрын
I was looking for this type of concept finally i got this thanx for your precious efforts ❤️🙏
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Most welcome 😊
@abhishektamboli9060
@abhishektamboli9060 3 жыл бұрын
I learned python from different different tutor but no one explain like you. Thankyou ❤❤❤❤
@periyadurain6799
@periyadurain6799 5 жыл бұрын
First time hearing girls voice in tutorials video. Happy for that. All the best! ♥️
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@samirpaul9138
@samirpaul9138 3 жыл бұрын
❤️ বিজেপি, সব ভোট বিজেপি 🙏 , 👍 Vote BJP
@Anonymous_user43
@Anonymous_user43 3 жыл бұрын
🙄🙄🙄🙄🙄
@sricool394
@sricool394 5 жыл бұрын
U r the best python teacher I’ve ever met ur way of teaching is the best 👌👌👌👌
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@akanshasabre5352
@akanshasabre5352 4 жыл бұрын
you are the best ma'am seriously
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@bendiindhu4616
@bendiindhu4616 Жыл бұрын
I don't know how to write a program in easy way now I am watching this video it's very easy and simple tq very much sister😊
@techsbooster44
@techsbooster44 2 жыл бұрын
I like the way of explanation,this is very useful ,who wants to learn python, 👍
@Dreamer_music1366
@Dreamer_music1366 4 жыл бұрын
Easily explained. I searching for a great video to understand amstrong numbers program. Finally i found it. Thanks for the video mam
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad it was helpful!
@ahmadnadeem870
@ahmadnadeem870 3 жыл бұрын
To make it more easy, i just typecast the number to get each part separately. Means apply for loop on str(153)
@sumitjha3033
@sumitjha3033 3 жыл бұрын
mam your explanations are just accurate that any beginner can understand them without any doubt
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that 😊
@ustaad9220
@ustaad9220 5 жыл бұрын
the 20 minutes were worth the video. thank you :)
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@RohitVaghasia23
@RohitVaghasia23 4 жыл бұрын
Best explanation by you madam , i check many websites and video but u explain so deeply and slowly and each of point...WOW (JUST 4 U)
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you so much :)
@vikasni95
@vikasni95 6 жыл бұрын
One of the best tutorial which ihve saw in my life... U r just amazing sister... Uhve taken time and explained smoothly... Wow sis keep Going.. God bless u sis
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@tubakhalid5222
@tubakhalid5222 3 жыл бұрын
I wish i had a teacher like you in my college....thank you so much
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure 😊❤️
@SJ-wr3le
@SJ-wr3le 4 жыл бұрын
I am so thankful that you're videos are in english and because of that I have subscribed😊
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Welcome!! :)
@aswinvignesh3985
@aswinvignesh3985 3 жыл бұрын
Really fascinating to see you teach like this ! . missed your channel during my early days . great teaching by looping the process step by step till the end . Keep exploring new stuff and Thank you This is my comment by just viewing ur 1st video . Hope I will finish this playlist
@renugadevi611
@renugadevi611 5 жыл бұрын
wonderfull explanation mam, Guys don't waste your money for joining courses in python just watch all videos in Amul's academy
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@Nothingtosaymore
@Nothingtosaymore 11 ай бұрын
I am very much thankful for you because I was looking for this type of concept finally I got in your videos from that day I searching for your video to clear my doubt and improve problem solving skills . And I have become your permanent subscriber 😊
@amolnagrale9628
@amolnagrale9628 3 жыл бұрын
Best explanation by you madam , i check many websites and video but u explain so deeply and slowly and each of point...WOW (JUST 4 U) & kudos 👏👏
@suhailshahkhan6858
@suhailshahkhan6858 2 жыл бұрын
I am yet to decide how many thanks i still owe for the solution approach.. Outstanding explanation ! Thanks a lot
@sefali0566
@sefali0566 7 жыл бұрын
Man u r doing a great job by making these videos and helping millions. Thanks man keep up the good work.
@hometv4061
@hometv4061 3 жыл бұрын
dude she is a woman!!!!!
@MINATO-tl6yt
@MINATO-tl6yt Жыл бұрын
dude wat r u doing rn......
@sunildalawai6600
@sunildalawai6600 4 жыл бұрын
i watched many video's on this concept none of them as cleared as this, excellently done
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you : )
@ankitjain6288
@ankitjain6288 4 жыл бұрын
I have got so benifit for this toturial this is very helpful for learning program and also logic
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@vivekkulkarni5081
@vivekkulkarni5081 3 жыл бұрын
One of the best and finest explanation mam .hats off to your effort
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@maker4986
@maker4986 2 жыл бұрын
You are really amazing Guru.Thank you very much mam.I dont like math.But since iam preparing for interview I need to learn.Your logic,way of explaining the concepts were just like Thirunel veli alwah.Flows smoothly into the memory of my brain.Thank you verrrrry much and have a great year.
@SDE_FACT
@SDE_FACT 4 жыл бұрын
Your teaching skills are awesome Loved your videos and believe me this is a very helpful playlist of python programs❤️ Thanks
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad you like them! :)
@abhi3456-j2u
@abhi3456-j2u Жыл бұрын
​@@AmulsAcademyamazing mam love the content
@ruturajjadhav8905
@ruturajjadhav8905 4 жыл бұрын
I am in love with your teaching skills. Very nicely explained. Thank you for doing this free. 😍😍😍
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
It's my pleasure :)
@sameulkumar7182
@sameulkumar7182 6 жыл бұрын
wow ! what a explanation mam it went straight into my head>
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@chanducam4433
@chanducam4433 5 жыл бұрын
@@AmulsAcademy plzzz put video on palindrome n anagram mam
@lohithv5060
@lohithv5060 3 жыл бұрын
One of the finest explanation 💯💯
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@anubhavsingh2916
@anubhavsingh2916 3 жыл бұрын
TO FIND ARMSTONG NUMBER IN A RANGE class armstrong: def __init__(self): self.n = int(input("Enter Number to check Armstrong : ")) def check(self): for i in range(1,self.n+1): total = 0 d = str(i) for j in d: total += int(j)**len(d) if total == int(d): print(total) ar = armstrong() print(ar.check())
@AnkishAgrawal-g9w
@AnkishAgrawal-g9w Жыл бұрын
mame your teaching style is osm i am waiting all videos of python practice set
@syedamaanhasan7340
@syedamaanhasan7340 4 жыл бұрын
Your explanation is really superb and its helping me a lot to understand Logics and code.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad to hear that :)
@nareshm858
@nareshm858 3 жыл бұрын
Mam your explanation is so good mam. I am understanding the topics very clearly
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that 😊
@nishanths2486
@nishanths2486 4 жыл бұрын
i fell in love with the voice and the way of explanation. Great tutor i have come across.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Happy to hear that!
@ganeshmirisker4173
@ganeshmirisker4173 3 жыл бұрын
You deserve many more subscribers All the best 👍 you have wonderful voice 👌
@anilmacharla6939
@anilmacharla6939 3 жыл бұрын
Thanks Amulya..Love the way you teach!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@halonarikadapa7971
@halonarikadapa7971 3 жыл бұрын
Wow...., great👏👏 explanation is super good!! Tysm
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@bigbro5089
@bigbro5089 4 жыл бұрын
This girl is a genius !!
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@anindyakarak198
@anindyakarak198 2 жыл бұрын
Finally cleared my doubts with all concepts
@shaileshsarda5694
@shaileshsarda5694 5 жыл бұрын
Another alternative method to calculate the Armstrong Number: ### Get the number n = int(input("Enter the number: ")) ### Convert to string n1 = str(n) ### String Count count = len(n1) ### add a string to list n1 = [int(i) for i in n1] ### find the power of each number by its count and store in D list D = [ ] for i in n1: j = i ** count D.append(j) ### Initiate the dummy variable for the addition of list sums = 0 for num in D: sums += num ### Driver function to check the number is Armstrong or not. if n == sums: print("Its Armstrong Number.") else: print("Not an Armstrong number.")
@sree4721
@sree4721 2 жыл бұрын
💖
@abhishek007123
@abhishek007123 4 жыл бұрын
Legendary explanation..!! 👏👏👏👏👏
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@AishusAura
@AishusAura 4 жыл бұрын
very efficient and deep explaination .Thanku so much for sharing this......
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad to hear that :)
@srikrithibhat1999
@srikrithibhat1999 2 жыл бұрын
Great explanation. Keep rocking.
@fuckukkfuckukk9859
@fuckukkfuckukk9859 3 жыл бұрын
Really your voice is amazing ❤️❤️. For easily understand
@sairamadaboina
@sairamadaboina Жыл бұрын
Thank you Ma'am, you're explaination was very good
@webcreationstudio7088
@webcreationstudio7088 3 жыл бұрын
value=str(154) count=len(value) re=0 for x in value: temp=pow(int(x),count) re=re+temp ans=re if(ans ==int(value)): print("yes") else: print("not")
@JawTheory
@JawTheory 3 жыл бұрын
Thanks Keep Up The Good Work 👍👍👍
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@yt_user685
@yt_user685 2 жыл бұрын
num=input() l=len(num) sum=0 for i in num: sum=sum+int(i)**l if (sum==int(num)): print(num,"is a armstrong number") else: print(num,"is not a armstrong number")
@seokmin2624
@seokmin2624 Жыл бұрын
Wrong bro
@yt_user685
@yt_user685 Жыл бұрын
@@seokmin2624 can u point out that mistake
@seokmin2624
@seokmin2624 Жыл бұрын
Nvm it's correct bro thanks!! WB magic number?
@yt_user685
@yt_user685 Жыл бұрын
@@seokmin2624 right !
@nakshatrarahane846
@nakshatrarahane846 4 жыл бұрын
Absolute the best....loved your teaching method
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thanks so much!
@dash_food9699
@dash_food9699 5 жыл бұрын
Explanation is very good easily anyone can understand thank u.........
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@pranishn4649
@pranishn4649 2 жыл бұрын
Really really great explanation. I'm becaming pro, thanks for video ❤️
@jesusrojas3750
@jesusrojas3750 Жыл бұрын
def armstrong(n): for x in range(1,n): number_str=str(x) _pow=len(number_str) number_sum=sum([int(i)**_pow for i in number_str]) if number_sum== x: print(x)
@saunakpaul365
@saunakpaul365 5 жыл бұрын
Very nicely explained...thanks for making my doubts clear.
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Pleasure :)
@nikheeljoshi3524
@nikheeljoshi3524 2 жыл бұрын
Ur tutorial is too good thank you
@anishachoudhury_
@anishachoudhury_ 3 жыл бұрын
Thankyou so much Ma'am. It was so easy to understand.
@vishnuvardhanreddy1967
@vishnuvardhanreddy1967 4 жыл бұрын
Thanks a lot ❤️ I am new to this you helped me a lot 😊 god bless you
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
You’re welcome 😊
@jaatabcd5130
@jaatabcd5130 4 жыл бұрын
really helpfull python practice question & answers.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@jaatabcd5130
@jaatabcd5130 4 жыл бұрын
@@AmulsAcademymam we are waiting for more programs.that time will com more complex program mam!!!!Thnaku :)
@samarthgupta3704
@samarthgupta3704 4 жыл бұрын
thanks for this and other important videos
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
My Pleasure :)
@subbu653
@subbu653 4 жыл бұрын
Explanation super 👌
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@madhuhadas15370
@madhuhadas15370 2 жыл бұрын
You are a great teacher, thanks a million.
@Akash-nl3oz
@Akash-nl3oz 3 жыл бұрын
thanks alot of my doubts are cleared.
@syedsabeer1027
@syedsabeer1027 5 жыл бұрын
really it is true, oops till now i have been remember every given value suppurated and cubed then add, if the result is equal to input that no. is an Armstrong number. every time googling its shows like that.
@praveenchandra340
@praveenchandra340 4 жыл бұрын
Wowww..! Thank you so much mam.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Most welcome 😊
@bhashkarrawat1829
@bhashkarrawat1829 6 жыл бұрын
Mam you are best and ur speaking is most best
@AmulsAcademy
@AmulsAcademy 6 жыл бұрын
Thank you:)
@pritam_rout
@pritam_rout 12 күн бұрын
def armstrong(value): series = [] for num in range(value): power = len(str(num)) result = 0 for i in [int(i) for i in str(num)]: result += i**power if num == result: series.append(num) return series print(armstrong(1001))
@rahulpahuja4554
@rahulpahuja4554 5 жыл бұрын
Hello miss. I loved the way you explained every step of the logic. Keep on making such great videos. Thank you very much.
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@Banzaraaa
@Banzaraaa 3 жыл бұрын
Great explanation mam!! Thank you so much
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure 😊
@aladdindorado3608
@aladdindorado3608 4 жыл бұрын
Very clear tutorials. Thank you!
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Glad it was helpful! :)
@HarshitaChattopadhyay
@HarshitaChattopadhyay 5 жыл бұрын
Thanks for helping me...! ❤️ ❤️ ❤️
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Pleasure :)
@pauljacobus1066
@pauljacobus1066 Жыл бұрын
This is the solution I "wrote". It works and the logic makes sense to me, but I'm wondering if my solution is primitive or amateurish since it differs so much from yours. def armstrong(num): sum = 0 exponent = len(str(num)) for digit in str(num): sum += int(digit) ** exponent if int(sum) == int(num): print (sum) for num in range (100000): (armstrong(num))
@anubhavsingh9049
@anubhavsingh9049 3 жыл бұрын
Try this n =input() for i in range(1,int(n)+1): sum=0 for j in str(i): sum+=int(j)**len(str(i)) if sum==i: print(i)
@chellaboinanarsimha8223
@chellaboinanarsimha8223 3 жыл бұрын
Very nice! Good explanation. Thanks for uploading this video.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure :)
@abdullah-al-mamun4111
@abdullah-al-mamun4111 4 жыл бұрын
I'm impressed!
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@raghukulsingh548
@raghukulsingh548 5 жыл бұрын
Your voice is so nice I'll enjoy all session
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@CS-sb2yj
@CS-sb2yj 3 жыл бұрын
Nice detailed explanation 💯 Armstrong number👍
@deepanshuchaudhary8966
@deepanshuchaudhary8966 4 жыл бұрын
An Armstrong number of is an integer such that the sum of the cubes of its digits is equal to the number itself. The Armstrong numbers between 1 to 500 are : 1, 153, 370, 371, and 407. Please provide the correct program to us. 2, 3, 4, 5, 6, 7, 8, 9 is not the Armstrong number madam. try this lower = int(input("Enter lower range: ")) upper = int(input("Enter upper range: ")) for num in range(lower, upper + 1): sum = 0 temp = num while temp > 0: digit = temp % 10 sum = sum + digit ** 3 temp = temp // 10 if num == sum: print(sum)
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
I am sorry but your definition of Armstrong number is wrong :)
@cer_oz
@cer_oz 2 жыл бұрын
This is easier to read. for y in range(1000): if sum(int(x)**len(str(y)) for x in str(y)) == y: print(y)
@manashmahanta4984
@manashmahanta4984 4 жыл бұрын
Hi really nice video.....Please, provide a tutorial how to print armstrong number in a certain range without using while loop. I got this question in an interview. Please, explain the approach without using while loop..
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Noted :)
@manjultripathi8309
@manjultripathi8309 3 жыл бұрын
Superb Playlist.Much Thanx :)
@balasaravananalavandhar1639
@balasaravananalavandhar1639 5 жыл бұрын
it was mind blowing tutorial. thank you
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Pleasure :)
@nehajha190
@nehajha190 3 жыл бұрын
outstanding explanation. grt!!!!
@shubhamdhole5160
@shubhamdhole5160 2 жыл бұрын
Thank you for this playlist, it is really helpful for placements
@johnstabbyman5704
@johnstabbyman5704 6 жыл бұрын
I came up with the following solution on my own. It seems to work def is_armstrong(num): tally = 0 n = len(str(num)) for i in str(num): tally = (int(i)**n) + tally if tally == num: return True else: return False for i in range(1001): if is_armstrong(i) == True: print(i)
@aruninfotechche9174
@aruninfotechche9174 5 жыл бұрын
some simplified def is_armstrong(num): tally = 0 n = len(str(num)) for i in str(num): tally = (int(i)**n) + tally return tally == num for i in range(1001): if is_armstrong(i) print(i)
@vigneshs4520
@vigneshs4520 4 жыл бұрын
wow, nice explanation mam.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thanks a lot :)
@123thedarkness
@123thedarkness 2 жыл бұрын
I love this channel and thank you so much for making this explanation really easy to follow!
@hopegaming3628
@hopegaming3628 4 жыл бұрын
Perfectly explained ❤️🙏
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@saranyav5244
@saranyav5244 3 жыл бұрын
Mam,where did u learn from ??about python ...wow u r very intelligent
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Books, KZbin videos 😊
@vaibhavtembhekar1296
@vaibhavtembhekar1296 4 жыл бұрын
yo this is perfectly explained.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@shaiknayeem3277
@shaiknayeem3277 2 жыл бұрын
really supper explanaation after i have watched this video i am thinking why i paid lakhs of fee in my btech college
@shantanuwanare5486
@shantanuwanare5486 3 жыл бұрын
if user want to give the number to check armstrong or not :- user = int(input("enter the number")) num = user result = 0 n = len(str(i)) while(user>0): digit = user %10 result = result + digit ** n user = user // 10 if num == result: print("The number is Armstrong Number") else: print("The number is not Armstrong Number")
@nareshreddy8251
@nareshreddy8251 5 жыл бұрын
U r explanation is very fantastic.. u can upload more videos about CRT classes mam ...
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@satyasidda9626
@satyasidda9626 4 жыл бұрын
Very well explained
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@madhursikarwar8531
@madhursikarwar8531 3 жыл бұрын
I suggest you to bring more numbers program and pls may you post a video on bubble sort in python and if already there pls provide me with the link
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Yes bubble sort videos are uploaded, search for that you will get it easily😊
@anilkumarreddy9349
@anilkumarreddy9349 3 жыл бұрын
These explanation is never seen in my college also
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
😀😊❤️
@souradipbiswas6623
@souradipbiswas6623 Жыл бұрын
tnks misssy, and know what i kinda like your voice, reminds me of a certain someone
Python Programs - Factorial Program using In-Built Function
8:38
Amulya's Academy
Рет қаралды 55 М.
Python Pattern Programs - Printing Numbers in Right Triangle Shape
9:42
Amulya's Academy
Рет қаралды 371 М.
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН
I'VE MADE A CUTE FLYING LOLLIPOP FOR MY KID #SHORTS
0:48
A Plus School
Рет қаралды 20 МЛН
Python Programs - Factorial Program Using Recursion
18:08
Amulya's Academy
Рет қаралды 76 М.
5 Good Python Habits
17:35
Indently
Рет қаралды 719 М.
ARMSTRONG NUMBER PROGRAM IN PYTHON PROGRAMMING || FINDING N-DIGIT ARMSTRONG NUMBER
13:27
Python pattern Programs - Printing Stars in Hollow Right Triangle Shape
19:43
Python Tutorial - Fibonacci Series
13:49
Amulya's Academy
Рет қаралды 189 М.
Solve any Star Pattern program in Python
18:44
Simply Coding
Рет қаралды 1,1 МЛН
How a Russian student invented a faster multiplication method
18:48
Python - полный курс для начинающих. Этот навык изменит твою жизнь.
5:23:33
УЛИЧНЫЕ МУЗЫКАНТЫ В СОЧИ 🤘🏻
0:33
РОК ЗАВОД
Рет қаралды 7 МЛН