Thanks alot . tomorrow is my practical of python and to be honest I was sure that I'll be not able to complete these series programs....but you did it for me .thanks once again ☺️
@@SimplyCoding num=int(input("Enter Number of Term ")) s=0 sum1=0 print("Series are ",end =" ") for i in range(0,num): s=s*10+2 print(s,end=" ") sum1=sum1+ s print() print("Series Sum = ",sum1)
I love it when you say "your code just goes for a toss".
Thanks alot . tomorrow is my practical of python and to be honest I was sure that I'll be not able to complete these series programs....but you did it for me .thanks once again ☺️
O Level ?
Mera bhi
thank you so so so much , i was not understanding in school and found the best video, please post more of python
Your way of explaining codes is just very commendable, thanks for such good explanation 😭
Good questions..
Keep up the good work
Very nice video....
Thankyou so muchhh
Other TH-cam teachers can't teach the logic behind programming.they just put the code as written
Thank you mam ur vedios made coding eassy for me
Simply outstanding....
very nice explanation madam....
Thank you very much miss ❤😊
Very well done 👍
Super mam❤
what do we enter they ask to enter value of x?
thank you its easy way to learn
Mam no temperature conversion ... link mam...🙏
Thank You so much please do more videos
Nice class mam
maam but what if n is not given
Thnx u so much 😊
how to get last digit will be exponential like 193 , 194 in single line 19**3 and 19**4 ?
math.pow(n/10,n%10)
Mam how to install maths library in vs code please tell
Import numpy
Thank you so so much
Thank you
Excellent !!!!!!
What we have to write in place of term
How to contact mam... please please...i can pay fee also🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
Great
solve this series model 2,22,222,2222,22222,222222,............................ nth
Please use the pattern program to solve this. You just need to print comma instead of newline at the end of each line.
@@SimplyCoding
num=int(input("Enter Number of Term "))
s=0
sum1=0
print("Series are ",end =" ")
for i in range(0,num):
s=s*10+2
print(s,end=" ")
sum1=sum1+ s
print()
print("Series Sum = ",sum1)
Enter Number of Term 6
Series are 2 22 222 2222 22222 222222
Series Sum = 246912
@@hemu.shorts.771 end ke baad me agar + laga dete to or bhi accha dikhta bro par thanks a lot accha laga tumhara code mujhe
❤❤❤❤❤
🗿🍷🔥
🥶
x = 2 n= 5
S = 2^1 - 2^3 + 2^5 - 2^7 + 2^9 = 410
plz anyone write the code python for loop
are you from nextwave?
did you execute the code?
if not I can help you
@@sweety2630 😀
sum=0
a=1
n=5
for i in range(1,n+1):
if(i%2==0):
sum-=2**a
else:
sum+=2**a
a+=2
print(sum)
sum=0; a=1; n=5
for i in range(1,n+1):
if i%2!=0:
sum+=2**a
else:
sum-=2**a
a+=2
print(sum)
❤❤❤❤❤❤❤❤🩹❤🩹❤🩹❤🩹 Thank you for such explanation of logic behind coding
How to contact mam... please please...i can pay fee also🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
You can contact is at info@simplycoding.in