First of all thanks a ton sir meeku...chala bagundhi me explanation and notes. oka doubt ## to find the power of a number i = int(input("Enter the no. ")) p = int(input("Enter the power ")) y = int(i**p) print(y) idhi ela kuda cheyyochu kadha sir..ledhu for loop use chesthene better ah? ante....ee coding cheseppudu ila edhaina preferences untadha code ki ani...
Meru entha chakaga class explain chestunaru. But meru chesay coding visible ga ledu. Mari syntax lo e chinna mistake ayina maku output radu. Plz screen visible ga undayla plan cheyandi. It's my request.
hi bro say logic development of each topic of minimum 10 programming becasuse i didnot see any video of any programming language any youtube you make this type video for that is help to all u did it great job
First question ni clearity ga explain chey bro..taravata code Ela rayalo cheppu..apudu chala easy ga untadhi maki..ipudu chala kastam ga undhi ardhm chesukodaniki..
sum of even numbers till n n=int(input()) ans=0 if n%2!=0: for i in range(2,n,2): ans=ans+i print(ans) else: for i in range(2,n+2,2): ans=ans+i print(ans)
hi anna,factorial pgm lo else condition lo ans kuda every time update avutundi kada ans=ans*i ans=1*1(if i=1) ans=1*2(if i=2) ans=2*3(if i=3).......manaki n=5 isthe output 120 ravali but 1,2,6,24......ala vastundi anna plz clarify my doubt anna
annayya plsss computer organization r20 syllabus prakaram cheppavaaa plsss because nee explanation tho direct gaa exam raaseyachu,because c programming tutorial of urs is really life saving for me and the only channel I trust for learning and advice my frnds also I understand ur busy with python challenge (im following regularly)but after this pls do it annayya........ ..
anna video chustuntea ardham avuthundhi practice kuda chesthunna but 1 or 2 days tharuvatha ela cheyyalo ardham kavadam ledu , e. g: if, else, elseif, anna any suggestions for remember those.
you are explaining the classes very well but when coming to programming you are kind of hurry in programming, pls be slow, first explain the question and then write the program, so it will be easy for us to understand, I appreciate for your work. thank you
Anna power of a number nee loop use cheya kunda kuda solve cheyochu kada anna x, n=input (). split () x=int(x) n=int(n) condition=x**n print (condition) anna e method correct a kada anna
a=int(input()) b=int(input()) for i in range(a,b+1): c=a**b print(c) _______ Anna Ee code lo mistake Enti Anna Runtime Error ani vasthundi but python online complier lo execute avthundi konchem chudu anna
10 Days Completed 🎉
Stay Tuned, Don't Drop in Middle...
Today's Questions
Q1: bit.ly/3tf6KPb
Q2: bit.ly/3zgxT81
Q3: bit.ly/3x9zxFI
Q4: bit.ly/3xhmVxO
Q5: bit.ly/3tglE7w
Ok anna
2 nd program lo manam 3**4 ani direct rayachu kada anna.. Loop avarsam ledu kada... Fast ga rly evava plzzz
I have watched all your 10 videos Vamsi it helped a lot in learning python now I get confidence on coding with python thank you man.keep going
First of all thanks a ton sir meeku...chala bagundhi me explanation and notes.
oka doubt
## to find the power of a number
i = int(input("Enter the no. "))
p = int(input("Enter the power "))
y = int(i**p)
print(y)
idhi ela kuda cheyyochu kadha sir..ledhu for loop use chesthene better ah? ante....ee coding cheseppudu ila edhaina preferences untadha code ki ani...
Meru entha chakaga class explain chestunaru. But meru chesay coding visible ga ledu. Mari syntax lo e chinna mistake ayina maku output radu. Plz screen visible ga undayla plan cheyandi. It's my request.
hi bro
say logic development of each topic of minimum 10 programming becasuse i didnot see any video of any programming language any youtube
you make this type video for that is help to all
u did it great job
Vamsi bro is back
First question ni clearity ga explain chey bro..taravata code Ela rayalo cheppu..apudu chala easy ga untadhi maki..ipudu chala kastam ga undhi ardhm chesukodaniki..
find power of a number
x=(input())
a,b=x.split()
a=int(a)
b=int(b)
ans=a**b
print(ans)
I tried this one. anna
sum of even numbers till n
n=int(input())
ans=0
if n%2!=0:
for i in range(2,n,2):
ans=ans+i
print(ans)
else:
for i in range(2,n+2,2):
ans=ans+i
print(ans)
Thank you ❣️
hi anna,factorial pgm lo else condition lo ans kuda every time update avutundi kada
ans=ans*i
ans=1*1(if i=1)
ans=1*2(if i=2)
ans=2*3(if i=3).......manaki n=5 isthe output 120 ravali but 1,2,6,24......ala vastundi anna plz clarify my doubt anna
Anna! Point to point Mee code execute chesthunna ans ravatley "session time out" ani vasthundhi
Bro nuvvu chese app ala download chesikovalli bro please chepava
annayya plsss computer organization r20 syllabus prakaram cheppavaaa plsss because nee explanation tho direct gaa exam raaseyachu,because c programming tutorial of urs is really life saving for me and the only channel I trust for learning and advice my frnds also I understand ur busy with python challenge (im following regularly)but after this pls do it annayya........
..
bro sum of even numbers dhi direct ga sum ravatledhu vache numbers ni plus manam cheskovali appudu ans vasthundhi
Nice explanation
Hi bro a proble statement ni practise cheydaniki i mean today chepina phyton code . platform untey share chey bro
Anna codes em exicute kavadem ledhu anna. Errors vastunnai ledha out put correct ga ravadem ledhu anna
tappakunda continue chestamu.
JAI HIND
Why we are using answer variable what is the purpose
DAY 9 SUCCEFULLY COMPLETED
Sir I value ekkada declare cheyaledhu kadha so why u took i (in problem power of number)
n,p=map(int,input().split())
print(n**p)
bro i think this is way more easier than to print the power
anna video chustuntea ardham avuthundhi practice kuda chesthunna but 1 or 2 days tharuvatha ela cheyyalo ardham kavadam ledu , e. g: if, else, elseif, anna any suggestions for remember those.
Anna day 10 nunchi nak assignment questions solve chydaniki ravadam leadhu Anna nean open chease sariki already correct answer select cheasi untundhi
Bro manam nerchukunna knowledge certificate I mean like btech certificate lekhunda upyogapadagaladha
how to practice coding in code ninja
you are explaining the classes very well but when coming to programming you are kind of hurry in programming,
pls be slow, first explain the question and then write the program, so it will be easy for us to understand,
I appreciate for your work. thank you
Exactlyy
is it paid website or is there any procedure for login please explain ana
Anna power of a number nee loop use cheya kunda kuda solve cheyochu kada anna
x, n=input (). split ()
x=int(x)
n=int(n)
condition=x**n
print (condition) anna e method correct a kada anna
But manam loops use cheyyali kadha
Tq so much bro
Anna kotha problem lu solve cheyichu kada anna ivi eppudu vineve eppudu cheppeve anna
how to join this channel bro i am not able to join using my debit card
a=int(input())
b=int(input())
for i in range(a,b+1):
c=a**b
print(c)
_______
Anna Ee code lo mistake Enti Anna Runtime Error ani vasthundi but python online complier lo execute avthundi konchem chudu anna
split function is not working ana
For loop questions can't able to understanding.
diificult questions kuda explain chey bro
Hi Anna Free Courses With Certificate New Portals Gurinchi Cheppu Full Explanation
First comment 🙌
Anna problem solve cheseppudu koncham simplify chesi cheppara ardham cheskovadaniki kastanga undhi
Test cases pass avvatledhu anna
nice bro
Meeru cheppina factorial problem ki test cases anni pass avatledhu
Nenu eroju chustunanu me course
Ok anan
Hey 10 days completed
i want to visible screen pls sir
I don't have understand??
Hii bro I am beginner and I have one doubt:
hi bro
Bro code ardham kaledu bro
showing some error
bro ans ani oka variable endhuku theeskunnaaru
💖✨
anna e class asalu ardam kalea anna detail ga chappava anna plz
Konchem detail ga cheppu bro ardham kavatam ledhu
Meeru loop rasaka Ela work chestundo cheppandi
Ans ante anti ,daniki 1 or 0 ani anduku esthunnaru
Anna oka doubt undhi ana
Bro code ardham kaleee