Python Pattern Programs - Printing Numbers in Right Triangle Shape | Column wise

  Рет қаралды 73,936

Amulya's Academy

Amulya's Academy

Күн бұрын

Пікірлер: 110
@aeyal1344
@aeyal1344 2 жыл бұрын
this video saved me from my task which is very similar to this pattern. Instead of numbers, we will print the letters of the alphabet. Thank you so much!
@syedkabir7761
@syedkabir7761 3 жыл бұрын
This channel is so underrated. Saved my day.Lots of ❤️.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that 😊
@mayurjaiswal8412
@mayurjaiswal8412 3 жыл бұрын
first time.....i have no doubts about pattern printing.....thanks for everyting
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Glad to hear that 😊
@ashokreddy2982
@ashokreddy2982 4 жыл бұрын
This is best coding channel I have ever seen... Really I understand the thing easily by your explanation mam 🙂
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thanks a lot 😊
@kireetikesani9422
@kireetikesani9422 4 жыл бұрын
I THINK YOUR VOICE MADE ME TO LISTEN WITHOUT ANY DISTRACTIONS,AND LEARNING NEW CONCEPTS
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@surendraavvaru4041
@surendraavvaru4041 4 жыл бұрын
N=int(input("enter no of rows:")) For row in range (1,n+1): Dec=n-1 For col in range(1,row+1): Print(row,end=' ') Row+=Dec Dec-=1 Print()
@archanavijaysingh25
@archanavijaysingh25 Жыл бұрын
It is more easier.
@امانيكاملعبدالغفور
@امانيكاملعبدالغفور Жыл бұрын
¢¢%7😅4,1😊1
@chitranshsahu850
@chitranshsahu850 3 жыл бұрын
Actually mam I came here to take logic from you and implement this in my. C language thank you so much mam
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Pleasure :)
@mayankjindal3835
@mayankjindal3835 4 жыл бұрын
Your concepts are as clear as your voice
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@zethyst
@zethyst Жыл бұрын
[Better Space Complexity] for i in range(5): val=i+1 for j in range(i+1): print(f"{val} ",end="") val+=5-j-1 print(" ")
@tziyo7796
@tziyo7796 4 ай бұрын
num = 6 for row in range(1,num): dec = num-1 for j in range(1,row+1): print(row,end=' ') row = row + dec - j print()
@singaramashok
@singaramashok 10 ай бұрын
Very clearly explained even new learners can learn easily
@koustubhmuktibodh4901
@koustubhmuktibodh4901 4 жыл бұрын
Thanks Mam. You are doing great job.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@thandavamurthy9916
@thandavamurthy9916 4 жыл бұрын
Mam suggest me a good python ide I am facing some issues issues in installing the python 3.8.1 set up file
@syamkumarbandreddi5785
@syamkumarbandreddi5785 4 жыл бұрын
Why dont we try below tp print the pattern, which is simple n=int(input("Enter the number of rows : ")) for i in range(1,n+1): num=i for j in range(i): print(num,end=" ") num=num+4-j print()
@smashmemes3109
@smashmemes3109 2 жыл бұрын
Super bro,... But it works correctly only for the input '5'
@VasanthKumar-lp8dn
@VasanthKumar-lp8dn Жыл бұрын
thank you bro its so simple
@doyouknow243
@doyouknow243 3 жыл бұрын
Thank you mam you explain like a pro 😊
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you 😊
@anonymoushacker8007
@anonymoushacker8007 3 жыл бұрын
Your voice is vera level akka Keep teaching
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you :)
@nitinnamdev5627
@nitinnamdev5627 4 жыл бұрын
Very Nice 👌 work done By you Thanks Mam
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thanks and welcome :)
@ashwanisharma7237
@ashwanisharma7237 4 жыл бұрын
Maam could you make a video about CBSE class 12 computer syllabus..We need it so much...Please maam Humble Request to you
@balakrishnavaidyanathan8572
@balakrishnavaidyanathan8572 2 жыл бұрын
Dear madam i couldn't do the programming of printing stars in the diamond shape
@viswanthtammana4531
@viswanthtammana4531 3 жыл бұрын
Clear Explanation!
@rahulabhisek
@rahulabhisek 3 жыл бұрын
maam, i am always unclear about, what should be the value for input 5 or 15. in such questions, how should i decide the value for input?
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
That is depends on the input, here we are taking number of rows in the output as input 😊
@rathnabalasubramaniyan8478
@rathnabalasubramaniyan8478 5 жыл бұрын
How to use in while loop .. ?
@PraveenKumar-gd1tx
@PraveenKumar-gd1tx 4 жыл бұрын
Hello sir, the pattern is really Good but I want the numbers to be printed in reverse that means 15 to end not 1 to end
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Check this: kzbin.info/www/bejne/Y6eoi4aFqLx4iJI
@PraveenKumar-gd1tx
@PraveenKumar-gd1tx 4 жыл бұрын
Sir thanks for the reply but I am asking like if I give 3 it has to print 123 45 6
@Buddha_Sahayakam
@Buddha_Sahayakam 6 ай бұрын
Thanks a lot Mam..💛
@nafeersasnabanu5640
@nafeersasnabanu5640 8 ай бұрын
Well explained miss❤
@mganeshbabu4657
@mganeshbabu4657 5 жыл бұрын
Great explanation
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@roopkummar3858
@roopkummar3858 4 жыл бұрын
Where is format video link?
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
format function: kzbin.info/www/bejne/gmKclmhpoKqWn6s
@TheNillquest
@TheNillquest 4 жыл бұрын
How could I print only even numbers? or counting 3 between prints?
@himabindugandikota4526
@himabindugandikota4526 4 жыл бұрын
is this program passes the all testcases while we are writing any online exams
@sureshsoldier3535
@sureshsoldier3535 5 жыл бұрын
Nice explanation madam
@AmulsAcademy
@AmulsAcademy 5 жыл бұрын
Thank you :)
@madhuharshitha1962
@madhuharshitha1962 4 жыл бұрын
i want mirror to it
@narendrakushwaha1029
@narendrakushwaha1029 4 жыл бұрын
thank you very much ms.
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Welcome!
@ramyad3404
@ramyad3404 4 жыл бұрын
Nice explanation mam .
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thanks a lot :)
@Teju_119
@Teju_119 4 жыл бұрын
how to print it like this 123 45 6
@ruhansiddiqui1702
@ruhansiddiqui1702 4 жыл бұрын
N=1 For i in range (3,0,-1) For i in range (1,i+1) Print (N,end="") N=N+1 Print()
@meetmeraj2000
@meetmeraj2000 3 жыл бұрын
how to stop the pattern at given point lets say num=3 and i want to stop at 4?so it should print 1,2,3,4.please explain
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
What about the shape of the pattern ?
@meetmeraj2000
@meetmeraj2000 3 жыл бұрын
@@AmulsAcademy it should be 1,2,4,3.Thanks
@kiranmaik7128
@kiranmaik7128 Жыл бұрын
thanks a lot
@rejanirajesh5083
@rejanirajesh5083 4 жыл бұрын
Mam,you are excellent but take the class slowly
@rahulbhatnagar4692
@rahulbhatnagar4692 4 жыл бұрын
could you please create a video on the pascal triangle?
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Sure :)
@ashoknalla2068
@ashoknalla2068 3 жыл бұрын
Amulya Ammalu, Your way of explanation is very nice and with your videos only after experience of 21 years, I have dared to start Python and able to learn Python logic in depth. Pattern Programming really making me to improve my logical thinking, in fact your videos on pattern programming became a daily morning mind workouts to me. I have a request for you to explain me below logic similar to logic you have followed in current program. 1 2 3 4 5 6 7 8 9 Highly appreciate your help and also requesting the other readers to share their logic.
@AmulsAcademy
@AmulsAcademy 3 жыл бұрын
Thank you so much 😊❤️ I will try 😊
@mganeshbabu4657
@mganeshbabu4657 5 жыл бұрын
Print diamond pattern in basic method
@Butterfly-ec3wz
@Butterfly-ec3wz Жыл бұрын
Thanks a lott❤
@jk3089
@jk3089 4 жыл бұрын
Much work
@Arshdeepsingh-id5po
@Arshdeepsingh-id5po 5 жыл бұрын
Which book do you refer ? Is book by Sumita Arora good for python? Plz reply ☺️😊
@nagarajanvenkatraman5509
@nagarajanvenkatraman5509 5 жыл бұрын
Yes
@guttivineshkumar2112
@guttivineshkumar2112 4 жыл бұрын
I need code for 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
@Prasannateja29
@Prasannateja29 2 жыл бұрын
Sis can u explain digit "8" shape and "9" shape
@ershadramezani6716
@ershadramezani6716 4 жыл бұрын
no link for format tutorial! 😉
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Check now :)
@vipin_mishra19
@vipin_mishra19 4 жыл бұрын
Your voice 😍
@AmulsAcademy
@AmulsAcademy 4 жыл бұрын
Thank you :)
@vipin_mishra19
@vipin_mishra19 4 жыл бұрын
@@AmulsAcademy Is any offline Classes of yours in Mumbai
@swadeshkachhi1254
@swadeshkachhi1254 3 жыл бұрын
Can you tell me, how I can print the below pattern (5 row and 3 col) 1 2 6 3 7 9 4 8 5
@ravanshyam7653
@ravanshyam7653 3 жыл бұрын
bro if u get a code for it please make a mail for me also
@phoenixmix9988
@phoenixmix9988 3 жыл бұрын
num=int(input("input a odd no. of columns:")) if num%2!=0: for i in range(1,num+1): val=i dec=num-1 if i(num+1)/2 and i
@phoenixmix9988
@phoenixmix9988 3 жыл бұрын
@@ravanshyam7653 I hope you already got your answer of this question as of now. But if you haven't done it yet, I posted it in below of your comment ,check. Thank you .
@31mahalakshmi.p14
@31mahalakshmi.p14 Жыл бұрын
@namanagarwal8199
@namanagarwal8199 5 жыл бұрын
How to print 1 1 2 2 3 5 5 7 10 15
@zaidshaik4180
@zaidshaik4180 4 жыл бұрын
hello maam how to print 1 6 10 13 15 2 7 11 14 3 8 12 4 9 5 ??
@kalpanach6361
@kalpanach6361 2 жыл бұрын
1 2 3 4. 17 18 19 20 5 6 7 14 15 16 8 9 12 13 10 11 Please explain this pattern print
@vijayprasad5657
@vijayprasad5657 2 жыл бұрын
You r telling lengthy process
@marijapanov148
@marijapanov148 4 жыл бұрын
Is there a video for 1 2 1 3 2 1 4 3 2 1 5 4 3 2 1
@bhuktumurmu3746
@bhuktumurmu3746 5 жыл бұрын
1 23 456 23 1
@tanzirratul9623
@tanzirratul9623 4 жыл бұрын
I thought You are a 12 years kid.
@guttivineshkumar2112
@guttivineshkumar2112 4 жыл бұрын
Reply me
@rjlucky6601
@rjlucky6601 3 жыл бұрын
Php me print kro now
@rjlucky6601
@rjlucky6601 3 жыл бұрын
Please
@veeraregalla2460
@veeraregalla2460 4 жыл бұрын
Pls explain this pattern 1 321 54321 7654321 54321 321 1
An Unknown Ending💪
00:49
ISSEI / いっせい
Рет қаралды 53 МЛН
escape in roblox in real life
00:13
Kan Andrey
Рет қаралды 81 МЛН
Python Pattern Program - Printing Stars in Heart Shape
14:30
Amulya's Academy
Рет қаралды 592 М.
Python Pattern Programs - Printing Names Using Stars "*" | Star Pattern
18:05
Python Number Pattern - Reverse Floyd's Triangle
9:35
Amulya's Academy
Рет қаралды 45 М.
Python Pattern Programs - Printing Numbers in X Shape
13:01
Amulya's Academy
Рет қаралды 27 М.
Python Pattern Program - Number Pattern (Printing Numbers in Pyramid Shape)
11:28
Python Pattern Programs - Printing Numbers in Right Triangle Shape
9:42
Amulya's Academy
Рет қаралды 359 М.
Number Pattern | Part 1 | Python Pattern Programs
24:08
Amulya's Academy
Рет қаралды 385 М.