Hi brother..nenu guvi zen classes attend avthunna..not familiar with the coding background...elanti practice unte nenu success avvagalanu...but I have interested to get good data science career...
#Find the substring of a given string, and find the number of substring in a given input s = 'python' p , py,pyt, pyth, ytho, thon.... y , yt ,yth,tho, hon.... t , th h , ho, o, on n,'',python
Bro you tell theory to for loop print even numbers as For I in range(0,10,2) Print(i) and the out put 0,2,4,6,8 . but in practical we see the output of that code is, 1,3,5,7,9 Please check
Bro can you explain the difference between below two loops for i in range(4,8): pass print(i) -------- o/p=4,5,6,7 ----------------- for i in range(4, 8): pass print(i) -----------o/p = only 7 What is difference b/w these two loops
For loop kinda line lo 4 spaces tiskoni print rastey aa I values Anni kooda repeat ayyi print avtayi. Adey bayta rastey last final I value okatey print avvudi
Basic to Advance Python Programming in Telugu
Free Demo Visit: pythonlife.in/python-course-in-telugu.html
We Provide
1.Daily Live Classes
2.Recording Clasess
3.Study Material
4.Real Time Projects
5.Certification
6.Placement Assistance
Mock Interviews.
Resume Building.
Daily Job Updates
Interview Questions
Timings:7pm to 9pm
Duration: 45Days
Contact Numbers:
9154083255
Excellent teaching sir
Thank you sir 🙏🙏🙏🙏👍
Hi brother..nenu guvi zen classes attend avthunna..not familiar with the coding background...elanti practice unte nenu success avvagalanu...but I have interested to get good data science career...
Brother i want your continuous class
Hi sir meru practical ga chepthe nka betterga ardham avthadi I mean projector lo
super class
#Find the substring of a given string, and find the number of substring in a given input
s = 'python'
p , py,pyt, pyth, ytho, thon....
y , yt ,yth,tho, hon....
t , th
h , ho,
o, on
n,'',python
annaya even numbers ela print cheyalo using while loop okasari chpthara
i=1
while i>0:
n=int(input("Enter a number"))
if (n%2==0):
print("Even")
else:
print("Odd")
i+=1
thank you bro
Good lntersting anna
Hi bro can you please explain the below code
for i in range(4,8):
pass
print(i)
Super Anna
Bro you tell theory to for loop print even numbers as
For I in range(0,10,2)
Print(i)
and the out put 0,2,4,6,8 .
but in practical we see the output of that code is,
1,3,5,7,9
Please check
Range starts from (1,10,2)
Output:-1,3,5,7,9
Range starts from(0,10,2)
Output:-0,2,4,6,8
17 .00 akkada
kiran =9
While kiran
you need to keep colon after while :
And also i got it
Anna data structures mida videos chey anna
Brother meru chepina examples ki meru chepina output Asallu ravatam ledhu
Bro could you please explain product of digits program
seems problem with mic while you are trying to demo the program on system. Please check and correct it
Bro can you explain the difference between below two loops
for i in range(4,8):
pass
print(i) -------- o/p=4,5,6,7
-----------------
for i in range(4, 8):
pass
print(i) -----------o/p = only 7
What is difference b/w these two loops
First dantlo Aa print statement anedhi for lopala undhi bro kani second dhi ledhu
For loop kinda line lo 4 spaces tiskoni print rastey aa I values Anni kooda repeat ayyi print avtayi. Adey bayta rastey last final I value okatey print avvudi
Fact = 5
for I in range (4) :
fact = (fact * i)
Print(fact)
Answer cheppu anayya yelano naaku ardham kaavadam ledu
Input:
Fact = 5
for i in range (4):
fact = (fact *I)
print (fact)
Output
0
0
0
0
>
Maku Kiran is not defined Ani error vastundi
Output radam ledu bro