Very well explained mam. I tried this in my own and I have got all the ways but the problem is I cannot implemented in program . After watching this video I've got a clarity in solving these types of problems
Really understandable and sir I have a question if I give input as 3 it has to print 123 45 6 And if the value is more that 10 it has to repeat form 1 again sir can you suggest me if any code is there like this
n=5 for row in range(1,n+1): for col in range(row): High_value=0 for Num_Times in range(col): High_value=High_value+n-Num_Times if col%2==0: print(High_value+row-col,end=" ") else: print(High_value+n-row+1,end=" ") print()
Fall in love with your voice and method of teaching...
Very well explained mam. I tried this in my own and I have got all the ways but the problem is I cannot implemented in program . After watching this video I've got a clarity in solving these types of problems
Thank you :)
I become a fan of your teaching , the way you teach the way you explain
Truly amazing
This is the best channel for python...
Keep it up...🙏🙏😍😍
Thank you 😊
r=0
for i in range (1,6):
print(i,end=' ')
s=4
m=i
for j in range (r):
m+=s
print(m,end=' ')
s-=1
print()
r+=1
simple!!:)
Super brooo😮😮
Shortest and easiest way of learning ☺️
Thank you :)
Excellent way of teaching mam
Thank you 😊
Really good effort for this pattern.
Thank you :)
Super and clear explanation
Thank you :)
Superb explanation ma'am . 👍👍
Thank you :)
Brilliant 🙏🙏
Thank you :)
Really understandable and sir I have a question if I give input as 3 it has to print
123
45
6
And if the value is more that 10 it has to repeat form 1 again sir can you suggest me if any code is there like this
can u explain how it get in two inputs like n1=10, rows=5
Very khatarnak pattern
Nice mam
Thank you :)
Please send New programs
thank you
n=5
for row in range(1,n+1):
for col in range(row):
High_value=0
for Num_Times in range(col):
High_value=High_value+n-Num_Times
if col%2==0:
print(High_value+row-col,end=" ")
else:
print(High_value+n-row+1,end=" ")
print()
।