I love it when you say "your code just goes for a toss".
@swarnima11tripathi962 жыл бұрын
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 ☺️
@raihaansamad95192 жыл бұрын
O Level ?
@tushant26262 жыл бұрын
Mera bhi
@dishaprashar7070 Жыл бұрын
Your way of explaining codes is just very commendable, thanks for such good explanation 😭
@KeshavSharma-tv3it2 жыл бұрын
thank you so so so much , i was not understanding in school and found the best video, please post more of python
@haimanotbeka2196 Жыл бұрын
Other KZbin teachers can't teach the logic behind programming.they just put the code as written
@jagadeshkollu1211 Жыл бұрын
Thank you mam ur vedios made coding eassy for me
@sibaprasadsahu148510 ай бұрын
Simply outstanding....
@sauravkashyap77633 жыл бұрын
Good questions.. Keep up the good work
@salonichaurasia8853 жыл бұрын
Very nice video.... Thankyou so muchhh
@naft211 ай бұрын
Thank you very much miss ❤😊
@sujeetprasad483 жыл бұрын
very nice explanation madam....
@Prajju_184 ай бұрын
Super mam❤
@monoswiray96183 жыл бұрын
Very well done 👍
@vidyasmiley54452 жыл бұрын
thank you its easy way to learn
@P.Lokeshreddy-t6p16 күн бұрын
Thnx u so much 😊
@saivaddi75492 жыл бұрын
Thank You so much please do more videos
@humnasarmad527611 ай бұрын
what do we enter they ask to enter value of x?
@achuthayyil30172 жыл бұрын
Nice class mam
@KikoAkamiKio8 ай бұрын
Thank you so so much
@rajkumarandekar4162 жыл бұрын
how to get last digit will be exponential like 193 , 194 in single line 19**3 and 19**4 ?
@SimplyCoding2 жыл бұрын
math.pow(n/10,n%10)
@darshanlal4707 Жыл бұрын
Thank you
@gameplease4088 ай бұрын
maam but what if n is not given
@vedavyasjeedevarakonda7248 Жыл бұрын
Mam no temperature conversion ... link mam...🙏
@tilkesh Жыл бұрын
Excellent !!!!!!
@rattatime-bro Жыл бұрын
What we have to write in place of term
@deepanshu78012 жыл бұрын
Mam how to install maths library in vs code please tell
@monsieurLDN9 ай бұрын
Import numpy
@sairamexcellent8252 жыл бұрын
Great
@chemistrywallahiit93772 жыл бұрын
How to contact mam... please please...i can pay fee also🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏
@haimanotbeka2196 Жыл бұрын
❤❤❤❤❤
@hamdanfareed Жыл бұрын
🗿🍷🔥
@hamdanfareed Жыл бұрын
🥶
@azvidvlog96612 жыл бұрын
solve this series model 2,22,222,2222,22222,222222,............................ nth
@SimplyCoding2 жыл бұрын
Please use the pattern program to solve this. You just need to print comma instead of newline at the end of each line.
@hemu.shorts.7712 жыл бұрын
@@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)
@hemu.shorts.7712 жыл бұрын
Enter Number of Term 6 Series are 2 22 222 2222 22222 222222 Series Sum = 246912
@redtt90362 жыл бұрын
@@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
@SureshKumar-sz3xf2 жыл бұрын
x = 2 n= 5 S = 2^1 - 2^3 + 2^5 - 2^7 + 2^9 = 410 plz anyone write the code python for loop
@sweety26302 жыл бұрын
are you from nextwave?
@lakkusupriya91662 жыл бұрын
did you execute the code? if not I can help you
@Srijafashions2 жыл бұрын
@@sweety2630 😀
@001-cm-johnprakash42 жыл бұрын
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)
@001-cm-johnprakash42 жыл бұрын
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)
@surajitpal11717 күн бұрын
❤❤❤❤❤❤❤❤🩹❤🩹❤🩹❤🩹 Thank you for such explanation of logic behind coding
@chemistrywallahiit93772 жыл бұрын
How to contact mam... please please...i can pay fee also🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏🙏