Python Tutorials - Happy Numbers

  Рет қаралды 10,789

Amulya's Academy

Amulya's Academy

Күн бұрын

In this Python Programming video series we will discuss about how to identify happy numbers in detail.
Happy numbers are the numbers which eventually leads to 1 when the number is replaced by sum of square of its digit.
#PythonPrograms #HappyNumbers
For more free tutorials on computer programming
/ amulsacademy
/ amulsacademy

Пікірлер: 31
@meghanathreddy875
@meghanathreddy875 3 жыл бұрын
hi Sis,these are really worth videos thanks a lot for sharing the content . Guys who are reading the comment and really want to learn Data Strucures in Python,here is the Amulya Sis who always explained in a laymen terminology so that everyone understands. And one small request guys, since this sister is doing this much for us,pls donot skip the adds,just watch fully ,pls donot skip, so that our sister will get the income. This is the least way we can help her. Thanks SIS
@shujanahamed9537
@shujanahamed9537 2 жыл бұрын
programmin is fun when you are the tutor. keep making video for us. thank you !
@maheswarreddyvaddireddy1133
@maheswarreddyvaddireddy1133 3 жыл бұрын
n=7 dup=n n2=0 k=0 while n2!=1: if n2==4: print(dup, "is unhappy number") break n2 = 0 for i in str(n): k=int(i)**2 n2=n2+k n=n2 else: print(dup, "is happy number :), result=",1)
@nomadicnoddy
@nomadicnoddy 3 жыл бұрын
I really like the way you Explaining all the small points. Thank you so much !!
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that :)
@balakrishnavaidyanathan8572
@balakrishnavaidyanathan8572 3 жыл бұрын
Dear sir or madam I have learnt a lot from your programs it's amazing madam
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@balakrishnavaidyanathan8572
@balakrishnavaidyanathan8572 3 жыл бұрын
Keep sending some more difficult programs
@balakrishnavaidyanathan8572
@balakrishnavaidyanathan8572 3 жыл бұрын
I did matrix pattern it's great
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
I will try 😊
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@sainaik9969
@sainaik9969 3 жыл бұрын
I like your voice and obviously your teaching style.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@dilkushdileep1535
@dilkushdileep1535 2 жыл бұрын
thank you its helpful thank you so much amazing voice superrrrr neat clear explanation good
@makarandpatil1183
@makarandpatil1183 2 жыл бұрын
Thanks
@maheswarreddyvaddireddy1133
@maheswarreddyvaddireddy1133 3 жыл бұрын
Can you start tutorials on Data science?
@mayankarya511
@mayankarya511 2 жыл бұрын
Nice Explanation
@mailmail31
@mailmail31 3 жыл бұрын
Can u teach pandas in python
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Sure :)
@devapirans5736
@devapirans5736 3 жыл бұрын
Very well explained 👏 👌
@anmolporwal806
@anmolporwal806 3 жыл бұрын
Great explanation 👍
@mohitthakur7503
@mohitthakur7503 3 жыл бұрын
Really helpful 👍
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@chukwuemekanwokedi4061
@chukwuemekanwokedi4061 3 жыл бұрын
what are the time and space complexity for your code ? thank hyou
@ashokkumarmuthyam2986
@ashokkumarmuthyam2986 3 жыл бұрын
Awesome
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@seagullspit6048
@seagullspit6048 2 жыл бұрын
Dr. Who sent me on this math lesson lmao
@selvanm2872
@selvanm2872 3 жыл бұрын
👍
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@sakshithakur385
@sakshithakur385 2 жыл бұрын
U r fenominal
Star Pattern | Python Pattern Program
19:05
Amulya's Academy
Рет қаралды 11 М.
Happy Number - Leetcode 202 - Python
10:59
NeetCode
Рет қаралды 76 М.
WILL IT BURST?
00:31
Natan por Aí
Рет қаралды 43 МЛН
Python Tutorial - Fibonacci Series
13:49
Amulya's Academy
Рет қаралды 185 М.
Program To Calculate LCM Of Two Numbers | Python Tutorials
19:20
Amulya's Academy
Рет қаралды 63 М.
Solve any Series Program in Python
20:15
Simply Coding
Рет қаралды 41 М.
Ugly Number - Leetcode 263 - Python
10:44
NeetCode
Рет қаралды 25 М.
Python Tutorial - Prime Numbers | Printing Prime Numbers in Given Interval
18:33
Leap Year Program | Python Tutorials
12:12
Amulya's Academy
Рет қаралды 76 М.
Solve any Factor program in Python
8:26
Simply Coding
Рет қаралды 11 М.
FLAMES Game - Python Program | Interview Question
25:59
Amulya's Academy
Рет қаралды 25 М.
User Input For List | Python Programs
13:09
Amulya's Academy
Рет қаралды 107 М.