ধন্যবাদ ভাইয়া। আসলে আপনার ক্লাসগুলো পেইড কোর্স হিসেবে রাখলেও মানুষ করতো। কিন্তু আমার মতো গরীব ছাত্রদের জন্য এটা বেশ কঠিন হতো বহন করা। আল্লাহ আপনার মঙ্গল করুন
অনেকগুলো লাইন একসাথে কমেন্ট করার সব থেকে সহজ উপায় হচ্ছে যে লাইনগুলো কমেন্ট করবেন সেগুলো সিলেক্ট করে কন্ট্রোল+ফ্রন্ট স্লেশ দিলে হয়ে যাবে। আবার কমেন্ট উঠাতে সিলেক্ট করে কন্ট্রোল+ফ্রন্ট স্লেশ দিলে কমেন্ট হয়ে যাবে।❤
Source Code: num = [10, 20, 30, 40, 50, 60, 70, 80] # print(num) '''index = 0 n = len(num) while index < n: print(num[index]) index = index +1 ''' sum = 0 for x in num: sum = sum + x print(sum)
Showing error from this code: please explain, why got an error? #For loop ref while loop item2=[10,20,30,40,50] print(item2) count=len(item2) print(count) need=0 while need
# My coding num = [1, 2, 3, 4, 5, 6, 7, 8, 9] print (num) """" num_len = len(num) index = 0 while index < num_len : print (num [index] ) index = index + 1 """ for x in num : print (x)
ধন্যবাদ ভাইয়া। আসলে আপনার ক্লাসগুলো পেইড কোর্স হিসেবে রাখলেও মানুষ করতো। কিন্তু আমার মতো গরীব ছাত্রদের জন্য এটা বেশ কঠিন হতো বহন করা।
আল্লাহ আপনার মঙ্গল করুন
G.O.A.T of Bangladeshi Programming Community... You are a great teacher sir..❤️
Sottitei sir programming er upor eto video free te pawa onk hard.onk dhonnobad amder free te teach deyar jonno.Allah apnk shustho rakhuk🙂
JAJAKALLAH KHAIR Sir..😊
you are true legend.
অনেকগুলো লাইন একসাথে কমেন্ট করার সব থেকে সহজ উপায় হচ্ছে যে লাইনগুলো কমেন্ট করবেন সেগুলো সিলেক্ট করে কন্ট্রোল+ফ্রন্ট স্লেশ দিলে হয়ে যাবে। আবার কমেন্ট উঠাতে সিলেক্ট করে কন্ট্রোল+ফ্রন্ট স্লেশ দিলে কমেন্ট হয়ে যাবে।❤
vai love u from core of my heart
ধন্যবাদ স্যার
অসাধারণ ভাইয়াাাাা🧡🧡🧡🧡
Love u bro for your helping
JazakAllah
Sir i read in class 6 gaibandha , and i Make a pygame learn from your tutorials
Thank you so much sir and pray for me
All the best
Source Code:
num = [10, 20, 30, 40, 50, 60, 70, 80]
# print(num)
'''index = 0
n = len(num)
while index < n:
print(num[index])
index = index +1
'''
sum = 0
for x in num:
sum = sum + x
print(sum)
assalamoalaikom thanks for making python videos for us
Apnar video gular jonno amder moto student ra programming easily sikhte pari
bro, jodi kichu project based tutorial toiri korten onek valo hoto
Onnnk onnk thanks sir❤❤❤❤❤
num=[10,20,30,40,50]
print("the arry is :",num)
""""
index=0
n=len(num)
while index
Thanks a lot
Most welcome
Thank You Sir
You are welcome
Thanks
GOD BLESS YOU, THANKS.
well described
darun
Love bro
Thank u so much.
You're most welcome
thanks sir
Sir.
i am struggling with for loop's increment part . i mean if want to print "Even number" with for loop then what should I do?
please sir reply me.
for x in range(2, 50, 2):
print(x, end= " ")
2 4 6 8 10 12 14 16 18 20 22 24 26 28 30 32 34 36 38 40 42 44 46 48
Tnx vai
Dear Brother, Take my Salam. Please, Publish Advance Python With Project. Thanks
I fond of you
মাশাল্লাহ
😍😍😍😍
Advance python and data science er upor kichu video banan
good
Advance level tutorial চাই। Tutorial টি অতি সাধারণ মানের।
vaia ami apnar sathe kotha bolte cai . kivabe somvob bolben
i=(10,20,30,40,50)
print(i[0:4]) BUT SIR AITA TO AOVABEO KORA JAY
List=array??
# More coding
num = [1, 2, 3, 4, ,5 ,6 ,7 ,8 , 9]
sum = 0
for x in num:
sum = sum + x
print (sum)
Showing error from this code: please explain, why got an error?
#For loop ref while loop
item2=[10,20,30,40,50]
print(item2)
count=len(item2)
print(count)
need=0
while need
vaiya data structure subject er video ace ki..??
# My coding
num = [1, 2, 3, 4, 5, 6, 7, 8, 9]
print (num)
""""
num_len = len(num)
index = 0
while index < num_len :
print (num [index] )
index = index + 1
"""
for x in num :
print (x)
bro """ """ to comment na string for multiple lines
DocString
Thank You Sir
thank you so much sir .