First of all, I have fallen in love with your voice, secondly, I loved the way you explaining it, have you ever heard about Durga sir.So you explaining exactly like them because I have taken their class from Hyderabad.
@AmulsAcademy5 жыл бұрын
Thank you :)
@rayganmudberry3755 жыл бұрын
awesome teaching technique. i request you to start some series of django with project. thank you
@raghuljothiraman11794 жыл бұрын
Ahh!!! Finally i got the logic straight. This one made my day.
@AmulsAcademy4 жыл бұрын
Happy to hear that :)
@sharathharikumar17525 жыл бұрын
I love your videos, the video where you taught the loop (making heart) was aesome and i will watch your videos regularly. #TRUE SUBSRIBER.
@AmulsAcademy5 жыл бұрын
Thank you :)
@nandalal-dev60955 жыл бұрын
Mam ,there are n ways to create a pattern program So my challenge is .... Tell us one algorithm that can solve any kind of pattern program:-)
@madhukumarhm3855 Жыл бұрын
rows=int(input()) n=((rows)*((rows+1)/2)) for i in range(1,rows+1): for j in range(0,i): print(n,end=" ") n-=1 Print()
@arpitkesarwani61235 жыл бұрын
We can also use k=((n*(n+1))/2 instead of using num function
@muthukumara87925 жыл бұрын
Could you upload the video for numpy ??
@vamsimi66754 жыл бұрын
marvellous for ever mam?
@helmialfath98975 жыл бұрын
So clear.
@AmulsAcademy5 жыл бұрын
Thank you :)
@sakthivel-dq2wr5 жыл бұрын
excellent mam... 😍
@AmulsAcademy5 жыл бұрын
Thank you :)
@obbinenireddy41844 жыл бұрын
Please start videos on data structures in python like stack queue linked list and so on
@anug11065 жыл бұрын
Thanks mam
@AmulsAcademy5 жыл бұрын
Pleasure :)
@NeerajSingh-ze8db3 жыл бұрын
Here can we use K=(N*(N+1))//2?
@AmulsAcademy3 жыл бұрын
Try 😊
@sakthivel-dq2wr5 жыл бұрын
mam give us program for immediate greatest number in given list..if not found immediate greatest number insert with -1... for example input = [ 8,6,20,12,11,13,19] output = [ 11,11,-1,13,13,19,-1] like this...
@AmulsAcademy5 жыл бұрын
I will try :)
@nandalala79155 жыл бұрын
program to find if number are Amicable or not
@AmulsAcademy5 жыл бұрын
I will try :)
@sreeramojusingamalai74722 жыл бұрын
mam pls explain the pattern 7 8 9 10 4 5 6 2 3 1 like pattern, i was asked in a interview today. please
@dhananjaymaurya70245 жыл бұрын
Like
@kshitijkumarojha59585 жыл бұрын
PLEASE TELL... HOW TO GET OUTPUT LIKE IN THIS FORMAT: 1 2 12 3 13 23 4 14 24 34 5 15 25 35 45
@aishwaryalaxmiveeramalla7394 жыл бұрын
n = int(input("Enter the number of rows")) for row in range(n): val = row +1 dec = n - 1 for j in range(row+1): print(val,end=" ") val += dec +n+1 print()
@debidattaray66465 жыл бұрын
Plz mam stop pattern printing videos & add other topics also like data science ,OOPS , ML, interview questions plz