I have been using Python 2 for a long time and I didn't know that print is a statement in Python 2... Thank god I came across the video..🙏🙏 Thank you so much...❤️
Very good explanation it is easy to understand after your explanation. Now I know how to print the patterns Iam a beginners but I understand the logic to print the patterns thank you madam
n=int(input("please input")) list=[ ] word=" " for i in range(1,n+1): list.append(str(i)) x=word.join(list) print(x) for j in range(1,n+1): list1=[ ] word1=" " while len(list1) != j: list1.append(str(j)) y = word1.join(list1) print(y) I am a beginner myself. Your video helped alot. Hope my piece homework is not too embarrasing. haha
Really the method of explaining is so much of absorbing all things going with the flow.....:) Can you please upload few more videos on building patterns of numbers like forming a square or pyramid by taking input of range of two numbers from a user and then printing the numbers within that range???!!!
Hi! Can you please make a video on the question: If a list in python has mix of strings & numbers, how will you make separate lists of strings & numbers? I saw ord() for getting ASCII code in python & chr() for converting ASCII codes to characters somewhere & tried to use them to get answer of this question but it did not work!! :(
Try this: list1 = [1,2,"amul","x",4] list2 = [i for i in list1 if str(i).isdigit()] list3 = [i for i in list1 if str(i).isalpha()] print(list2) print(list3) :)
@@AmulsAcademy sorry not this one characters ... I mean to say A B C D E F thanks type of pattern program anyways there are videos on this but I like ur explantation which make the program unforgettable and easy to understand
@@AmulsAcademy no no mam..actually i was trying the pattern using while loop....but getting something weird...thats y i was asking for help using while loop
You are a fabulous tutor. Can you please pass me the questions for class 11 for examination for CBSE board. Please assist me as computer is my weak subject :)
Amulya's Academy Any source from where I can access them? One more question, can you please compile all the CBSE programs and provide them on your channel:), or what you’ve uploaded covers the entire content?
hello amulya, i have watched your star paterne video that's amazing but i have face a minor error in diamond paterne, you will first enter the number of rows by user suppose that entered number is 5 but in the paterne number of row is 9 that,s wrong if we will enter 5 that means the required rows is 5, please correct it........
I have one doubt. This program. Ku one video. Post pannga mam. N=5 for i in range (1,N+1): for K in range (N,i,-1): print (" ",end =' ') for j in range(1,i+1): print(j,end =' ') for 1 in range (i-1,0,-1): print (i,end =' ') print() Neenga intha example la oru video podunga mam sub:Python. (Unit -3) .topic name [printin the pattern ]. Mam this video understand. But i told you this example la oru video post pannga mam.
I'm unable to understand 'Nested loops' and how the Outer and Inner loops execute. Can you make a video on it or suggest any website or article which explains this in detail.
Your voice is so different specially at python word.
Nobody did not teach like you in the youtube,madam super🙏
Thank you 😊
What my sir is not be able to do is done by you
Thanks a lot
This is a student just one day before final exam........
Best teacher for python programming
I have been using Python 2 for a long time and I didn't know that print is a statement in Python 2...
Thank god I came across the video..🙏🙏
Thank you so much...❤️
Best explanation ever...
Thanks Mam. Excellent and cool explanation. Always confused about the patterns,this video has made me clear. Keep posting.
Thank you :)
I want talk to you about program related please give me your email id or any contact
Please make more python programming examples videos. Great way of teaching
Thank you:)
Will do :)
first year CSE ?
Best explanation never before never after
Thank you :)
The thing u just said ,its a floccinoccinihilipilification.......
Thanks a lot.Take love from Bangladesh.
Pleasure 😊
rng= int(input(" enter the range : "))
for j in range(1,rng+1):
print(str(j)*j)
nice one.
how to write 1111 then 2222 then 3333 .....etc
Hello mam apka explaination way to osm h hi
Apki voice kitni pyari hai
😅Bahot jyada hi cute lgti h apki avaj
Thank you :)
@@AmulsAcademy mam 😄plz facecam kriye naa ye bs meri ni aur v Learner's ki mang hai
your voice is awesome....ti gives me extraordinary inspiration to learn python programming and I love it💙
Thank you :)
Can u send me any advance python programs ?
Yes really I am just falling in love with
🤣🤣🤣🤣
Very good explanation it is easy to understand after your explanation. Now I know how to print the patterns Iam a beginners but I understand the logic to print the patterns thank you madam
Thank you for an interesting and fun program.
Welcome:)
I love the tutorial, thank you!
Nice explanation mam thank you so much
Most welcome 😊
Thank you madam thankq so much your way of explanation is superb
Thank you :)
Very good explanation.. much easier to follow.. thanks a lot.
Glad it was helpful!
My xam starts on dec 4. Please make as soon as possible. I can get you more subscribers
Particularly which topics you want? so that we can cover that first:)
Hi Madam,
nice teaching
i am understanding properly
when will use this type of pattern program
I love your "tri tri tri"❣️🙂 and i love the video too
Voice n teaching 😊😊
Thank you 😊
her accent of saying those numbers at 6:58 was so satisfying lol
😂✋
n=int(input("please input"))
list=[ ]
word=" "
for i in range(1,n+1):
list.append(str(i))
x=word.join(list)
print(x)
for j in range(1,n+1):
list1=[ ]
word1=" "
while len(list1) != j:
list1.append(str(j))
y = word1.join(list1)
print(y)
I am a beginner myself. Your video helped alot. Hope my piece homework is not too embarrasing. haha
Can you please make videos on interview questions and more videos on C programs
Will try 😊
Thank you friend, this was so god damn helpful!
You are fabulous 🔥🔥🔥🔥
Thank you :)
nice explanation
Thank you :)
Good explanation ...very usefull for new learner....
It is very much helpful thank you so much
Pleasure :)
very good explanation
Gud explanation I really inspired
Thank you so much :)
very good way of explaining dear...Thanks
Thank you:)
Really the method of explaining is so much of absorbing all things going with the flow.....:) Can you please upload few more videos on building patterns of numbers like forming a square or pyramid by taking input of range of two numbers from a user and then printing the numbers within that range???!!!
Thank you:)
Soon i will upload more videos on patterns:)
Ma'am,thank u so much!❤❤❤
Most welcome 😊
very nice! thank you very much
Glad you liked it!
U are literally 👍🏻 super....
Thank you :)
Thank you very much.
Thanks 😌
Welcome 😊
To my consciousness,this is the best explanation for beginners.!
Thank you very much Amul, you helped me a lot! 🙂🙏
Glad to hear that :)
thank u for teaching about python
Thank you
You're welcome :)
please make a video using while loop wiht the same concept
I will try :)
Mam can you pls tell how to do this programme using while within while
Very nice
Thank you :)
tbh ur voice is so sweet :) ....some times i watch more videos only to listen to ur voice :)...um may i knw ur name?
Thank you so much:)
My name is Amulya.
Amuls Academy oh cool name :) looking for more good stuff from u learning more from ur channel than from my clg lol
But don't make spit sounds please. Have water b4 making videos.
Thank you.
Dear Amul's,
Can you pls make a video on permutations concept. seems to be not done yet.
sure:)
thankyou so much
great help
My Pleasure:)
Thank u🙌🏻♥️
very good
thanks
Hi! Can you please make a video on the question: If a list in python has mix of strings & numbers, how will you make separate lists of strings & numbers? I saw ord() for getting ASCII code in python & chr() for converting ASCII codes to characters somewhere & tried to use them to get answer of this question but it did not work!! :(
Try this:
list1 = [1,2,"amul","x",4]
list2 = [i for i in list1 if str(i).isdigit()]
list3 = [i for i in list1 if str(i).isalpha()]
print(list2)
print(list3)
:)
What is the Syntex for the program to run ?
Can we do this using while loop?
it was helpful to me thank you!!
Pleasure :)
mam apki awaz boht mast hai
Thank you :)
Well explained..thank you
Welcome:)
Hello
Thank You very much !!!
Pleasure :)
Please upload videos of alphabet/character pattern
Already Uploaded :)
Check Out:
ruclips.net/video/iDEh-5p_bi0/видео.html
@@AmulsAcademy
Ok thank you mam 😊
@@AmulsAcademy sorry not this one characters ... I mean to say
A
B C
D E F
thanks type of pattern program anyways there are videos on this but I like ur explantation which make the program unforgettable and easy to understand
Thank you so muchh
Ma'am will you upload a video on some important patterns (star and number) for class 10 as per CBSE guidelines
Super it help me lot
My pleasure:)
Hi !
Can you do a vedio to print an pattern of right angle triangle with numbers
With only one 'print' statement
I will try :)
Thank you so much👍👍
My pleasure:)
Whatever you will think about me..i don't care but i just want to one thing "mujhe aapki awaaz se pyaar ho gyaa hai"🙊
Dont put mic so close to mouth
😂😂
🤣🤣🤣
😢😢😂😂😂😂
Ty
Please make a video on sum of digits
Sure will make it soon:)
Nice
Thanks :)
which software you are using for coding please guide
Maam what should v do if v want to print the same program but use alphabet?
You may get ideas after watching this video :)
ruclips.net/video/5605NysRJCU/видео.html
Thanks for you
Welcome :)
mam plz can u provide the code using while loop..i am getting the first one but in reverse order and i cant find anywhere else using while loop.
Actually both pattern are same, for second pattern you need to print i value .
You can try by yourself.
If you need any guidance ask be back :)
@@AmulsAcademy no no mam..actually i was trying the pattern using while loop....but getting something weird...thats y i was asking for help using while loop
plzzz..Explain it by using nested while loop...please maam
thanku
Please in java bluej
You are a fabulous tutor. Can you please pass me the questions for class 11 for examination for CBSE board. Please assist me as computer is my weak subject :)
Thank you so much :)
Sorry i don't have question papers with me.
Amulya's Academy Any source from where I can access them? One more question, can you please compile all the CBSE programs and provide them on your channel:), or what you’ve uploaded covers the entire content?
Tysm mam
hello amulya, i have watched your star paterne video that's amazing but i have face a minor error in diamond paterne, you will first enter the number of rows by user suppose that entered number is 5 but in the paterne number of row is 9 that,s wrong if we will enter 5 that means the required rows is 5, please correct it........
Thank you, i will check that :)
Great
I have one doubt. This program. Ku one video. Post pannga mam.
N=5
for i in range (1,N+1):
for K in range (N,i,-1):
print (" ",end =' ')
for j in range(1,i+1):
print(j,end =' ')
for 1 in range (i-1,0,-1):
print (i,end =' ')
print()
Neenga intha example la oru video podunga mam sub:Python. (Unit -3) .topic name [printin the pattern ]. Mam this video understand. But i told you this example la oru video post pannga mam.
Can you write this logic in just one line without using strings?
Ma'am , please clarify my doubt.. Which version of python you're using? Python 2 or 3???🥺
how would you do it backwards like instead of:
1
12
123
you would do:
1
21
321
Similar type of pattern:
ruclips.net/video/vOH9_Ryl-hI/видео.html
rows = 3
for row in range(1, rows+1):
for column in range(row, 0, -1):
print(column, end=' ')
print(" ")
@ 0:03 u said "Amul's academy" instead of "Amulya's academy"...just for fun
Yes previously channel name was amuls academy :)
@@AmulsAcademy oh ok Amul mam!🙂
you have a beautiful voice :)
Thank you :)
ya thanks
Pleasure 😊
how can i build the list of pyramid with different numbers
Thanks a lot mam! :)
Welcome :)
Tq❤️
Pleasure 😊
First Wale ka kya hum log will Loop se nhi baana sakte hai
programme for the second arrangement by using only one print() function
You Can Solve It Without Two Functions By Using range
N = int(input())
X = range(0,N)
for i in X:
print(*range(1,i+2),sep="")
what this"*" doing in print function?plz explian.
I am trying to do the program on printing stars and numbers in diamond shape but able to get it.pl suggest something
Give me your program I will try :)
This is your recent program on amulyas academy
Please do upload more videos of pyramid and programmes logical
mam i am following the same procedure but its not working all the numbers are displayed in single line
I think you didn't use end=" ".
Check that.
Else give me your program:)
Please check the position of print ( )
Does anyone know which editor is she using ?
I'm unable to understand 'Nested loops' and how the Outer and Inner loops execute. Can you make a video on it or suggest any website or article which explains this in detail.
I will try :)
@@AmulsAcademy Please do would be really helpful and thank you for your content.
how to print double right angled triangle using python for loop
*
* *
* * *
* * * *
*
* *
* * *
* * * *
Please do this in Java(BlueJ)🙏
Ho gayega yar
Can we perform it by while loop?..
Yes :)