Super bro! animuthyam = str(input(" Enter your gender (boy/girl) : ")) if animuthyam == "boy": print("Go to Left") elif animuthyam == "girl": print("Go to Right") else: print("Undefined")
Today i was stated learning python ,and your explaination very good animuthyam="boy" if animuthyam=="boy" or animuthyam=="girl": if animuthyam=="boy": print("Go to left") else: print("Go to right") else: print("Not defined")
Thank you soo much bro Eppati nunchoo addugudam annukutunam but java cheptunaru kada addagala . Thank you soo much brother challa baga cheptunav. Very clear and crisp ga jndie thank you again brother
really a great content dude i was searching for this python dsa from long ago no one came up with proper roadmap really thanks dude and also kindly conduct some weekly 1 session on clearing the doubts in youtube live
direc =input("enter your gender:") if direc =="male": print("you go to left side of the direction") if direc == "female": print("you go to right side of the direction")
Thank You for this course I have been searching for the DSA in python course no where I found it and luckily got yours. Keep Going Vignesh#EngineeringAnimuthyam
gender=input('enter gender: ') #gender='Male','Female' if gender=='Male': print('go right side') elif gender=='Female': print('go left side') else: print('Both side access')
After seeing 45 parts I heartily say this course is worth it definitely ippudu na own nenu oka 10 problems tesukunte andulo na own nenu oka 4 to 5 problems cheyagalugutunna machaa Tq macha neeku asla enni tqs cheppina takuve machaa ❤❤❤❤❤❤❤❤❤❤❤❤ I will say that definitely by the end of this complete course I can do hard problems also by own in leetcode present I am doing easy problems by my own and some medium level problems also Nuvvu maku dorikina diamond machaa asala vadulukommu machaa ❤❤❤
A=int(input("enter value of a :")) B=int(input("enter value of a :")) C=input("please enter operator:") If C = + Print(A+B) Else C = - Print(A-B) Else C = × Print(A×B) Else C = ÷ Print(A÷B)
lang =input("enter a language name:") if lang == "python": print("python is a high level language") elif lang =="java": print("java is a object orenited programming language ") elif lang =="javascript": print("javascript is a client side scripting language ") elif lang =="c": print("c is a low level language") else: print("today on words start the preparation")
animutyam='girls' if animutyam=='girls': print('girls go right side') else: print('boys go left side') maccha ='boys' if maccha =='boys': print(' boys go left side') else: print('girls right side') animutyam=input('Enter the gender: ') if animutyam =='boy': print('go left side') else: print('go right side')
gender=input("enter gender: ") b=gender.upper() if b=="MALE": print("please take right here: ") elif b=="FEMALE": print("please take left here: ") else: print("please go back :) ") print("THANK YOU !!")
rosie = "girl" justin = "boy" if rosie == "girl": print("rosie go to right") if justin == "boy": print("justin go to left") else: print("go to straight")
Problem Statement: Write a Python program that takes a list of integers and a specific power value, then computes the power of each number in the list raised to the given power. The program should return a new list containing the results of these calculations. Requirements: 1.The program should accept a list of integers and a power value. 2.The program should calculate each number in the list raised to the specified power. 3.The program should return a new list with the computed values. Test Cases: Test Case 1: Input: numbers_list = [2, 3, 4], power_value = 2 Expected Output: Numbers in the list raised to the power 2: [4, 9, 16] Test Case 2: Input: numbers_list = [1, 2, 3], power_value = 3 Expected Output: Numbers in the list raised to the power 3: [1, 8, 27] please solve this
Name = "Mohith" print(Name) Gender = ("boy") print(Gender) if(Gender=="boy"): print("take right") if(Gender=="girl"): print("take left") Mohith boy take right
Excited to watch Python DSA !!
Like my comment to come back here 🖐🏻!!
Nuv super bro
Python and Java upload chestunav .. subscribers kosam
Pls continue
Tq bro for starting DSA with python... ❤
Please continue in python bro 🙏
Super bro!
animuthyam = str(input(" Enter your gender (boy/girl) : "))
if animuthyam == "boy":
print("Go to Left")
elif animuthyam == "girl":
print("Go to Right")
else:
print("Undefined")
Im interested in python and previous java videos are also good, im more comfortable in python, thanks buddy🎉
a = str(input("Enter a boy or girl = "))
if a == "boy":
print("Go left side direcation")
else:
print("Go right side direcation")
ur way of teaching is verry excellent really i am appreciate ur hardwork keep going anna
Im learning pythkn basics but idont know dsa but this video is good thank you
DSA in python explaining like wow....
But I want HTML tutorial in your way of teaching. Please do HTML tutorial.
kindly never stop this series at any cost
and also kindly conduct some weekly 1 session on clearing the doubts in youtube live
To be honest i seed a lot of content creators ......but you are different anna ... don't stop this world is eagerly waiting for you.....💯
Gamechanger= 2
Blockbuster= 2
If Gamechanger == Blockbuster:
print ("success party");
Else:
print("money loss");
Output: success party
Telugu people content is raising day by day. Gonna participate from next week
Please continue it, i was just waiting for python dsa.
Tfikattubanisa=2
if Tfikattubanisa+3 == 5:
print("me")
else:
print("not me")
Output: me
Today i was stated learning python ,and your explaination very good
animuthyam="boy"
if animuthyam=="boy" or animuthyam=="girl":
if animuthyam=="boy":
print("Go to left")
else:
print("Go to right")
else:
print("Not defined")
Bro you are becoming like a striver .so good to see Telugu videos on dsa
Variable topic
A = 10
A value can store the variable
rani = 28
if rani>=5:
print("I like god")
else:
print("Doesn't like god")
Nice explanation sir
Thank you soo much bro
Eppati nunchoo addugudam annukutunam but java cheptunaru kada addagala .
Thank you soo much brother challa baga cheptunav.
Very clear and crisp ga jndie thank you again brother
really a great content dude
i was searching for this python dsa from long ago
no one came up with proper roadmap
really thanks dude
and also kindly conduct some weekly 1 session on clearing the doubts in youtube live
li = [-2, 45, 0, 11, -9]
li.sort(reverse=True)
print(li)
output:
[45, 11, 0, -2, -9]
Finally DSA in Python thank you macha!!
cupcake = 2
frooty = 4
if 4+cupcake+frooty == 10:
print("minnee")
print("jinny")
if 2+cupcake == 4:
print("justin")
print("albert")
else:
print("shiny")
hellomacha=int(input("macha number enter chai: "))
if hellomacha==5:
print('macha you win')
else:
print('practice chai macha')
Super excited course.. Just now i am searching for python DSA course in telugu...anyway finally i get it
direc =input("enter your gender:")
if direc =="male":
print("you go to left side of the direction")
if direc == "female":
print("you go to right side of the direction")
animuthyam = str(input("enter your gender:"))
if animuthyam =="boy":
print("left")
if animuthyam == "girl":
print("right")
else:
print("unidentified gender")
animuthyam = str(input("enter your gender:"))
if animuthyam =="boy":
print("left")
elif animuthyam == "girl":
print("right")
else:
print("unidentified gender")
ippude start cheshna bro nenu. ey video aipochindi. nv nijanga muthyam bro asal m cheptunav telsaa. im going to continue this series. thankyou brooooo
Ewww all the best macha
dharma =18
if(dharma>10 or dharma
if 1+1 == 2 :
print("go left")
if 2+2==4:
print("go right")
animuthyam="Boy"
if(animuthyam=="Boy"):
print("Go left side")
else:
print("Go rigth side")
madhavi=5
if 5
Please continue this series
Love python!! But I want to learn DSA From you ! Thanks A Lot For Python DSA ❤ My Support is Always to you 🤲🏻
if 3+6==9:
print("topper")
else:
print("failll")
animuthyam="boy"
if animuthyam=="boy":
print("right")
else:
print("left")
right
=== Code Execution Successful ===
r="boy"
if(r=="boy"):
print("go left")
else:
print("go right")
Rebel=1
If rebel
thank you for starting python dsa course in telugu
Thank you bro pls mottham complete chei bro chala telugu channels madhyalo vadhilesaru nuvvu complete cheppu bro ❤
boys = 1
girls = 0
a = list(map(int, input().split()))
for i in a:
if i == boys:
print("move to left")
else:
print("move to right")
Python Course complete Chai anna eagerly waiting....
actually im wating for this time ,and also im learing python in parellel🤩mca staring lo unnam ending lopu job kottali bro👨💼
Tfifans = "MANAME"
if Tfifans == "AVUNU":
print("Ashi nene")
if Tfifans == "MANAME":
print("Manadhey edanta")
OUTPUT: Manadhey edanta
Thank You for this course I have been searching for the DSA in python course no where I found it and luckily got yours.
Keep Going Vignesh#EngineeringAnimuthyam
machaa wait is over for python dsa ,tqq
gender=input('enter gender: ')
#gender='Male','Female'
if gender=='Male':
print('go right side')
elif gender=='Female':
print('go left side')
else:
print('Both side access')
animuthyam = "boy"
if animuthyam == "girl":
print("right")
if animuthyam == "boy":
print("left")
output : left
😂
Pedda code ey
@@ganeshrupani6062 nenu chepana peda code ani vachina pani chuskonivelu
animuthyam="boy"
if animuthyam== "boy":
Print(" turn left")
else:
Print(" turn right")
First year student from lovely professional University ❤❤ mana telugodivi anna nuvu😅
if (7 + 9 == 16):
print("Dinesh")
else:
print("Vignesh")
animuthyam = "girl"
if animuthyam == "girl":
print("left")
else:
print("right")
Output is left
Keep going 💪🏻 waited for this
animuthyam="girl"
if animuthyam=="girl":
print("go right")
else:
print("go left")
output: go right
print("Tulasi")
if 1+4==4:
print("Yes")
print("Animuthyam")
print("Thop")
if 1+5==9:
print("Yes")
else:
print("No")
gender="boy"
if gender=="boy":
print("Right")
else:
print("Left")
Output: Right
gender=input()
if gender=="Boy":
print("Left")
else:
print("Right")
After seeing 45 parts I heartily say this course is worth it definitely ippudu na own nenu oka 10 problems tesukunte andulo na own nenu oka 4 to 5 problems cheyagalugutunna machaa
Tq macha neeku asla enni tqs cheppina takuve machaa ❤❤❤❤❤❤❤❤❤❤❤❤
I will say that definitely by the end of this complete course I can do hard problems also by own in leetcode present I am doing easy problems by my own and some medium level problems also
Nuvvu maku dorikina diamond machaa asala vadulukommu machaa ❤❤❤
Thanks a lot macha for constant support ❤️
Exited to learn ❤
animutyam="boy"
If animutyam=="boy"
Print ("left")
else:
Print ("right")
animuthyam = input()
if animuthyam == 'Boy':
print('Left')
elif animuthyam == 'Girl':
print('Right')
else:
print('Stop')
i=0
if i!=0:
print('code')
else:
print('sleep')
A=int(input("enter value of a :"))
B=int(input("enter value of a :"))
C=input("please enter operator:")
If C = +
Print(A+B)
Else C = -
Print(A-B)
Else C = ×
Print(A×B)
Else C = ÷
Print(A÷B)
Goingtoshopping = "kroger"
if Goingtoshopping == "costco":
print("please stop")
if Goingtoshopping == "kroger":
print("please take left")
Start chesava ayya
Dini kosame waiting
lang =input("enter a language name:")
if lang == "python":
print("python is a high level language")
elif lang =="java":
print("java is a object orenited programming language ")
elif lang =="javascript":
print("javascript is a client side scripting language ")
elif lang =="c":
print("c is a low level language")
else:
print("today on words start the preparation")
Samantha = 87
Maheshbabu = 98
if Samantha == 87:
print (Samantha)
else:
print("Pragna")
if Maheshbabu
Thumbnail mastu undi bro 😂😊 movie ki unnatlu undi bro 😜🥰
Ela cheptunnav bro rendu okesari 😮
Aa bro python expert
a="boy"
b="girl"
if a=="girl":
print("right")
else:
print("left")
animuthyam = "Boy"
if animuthyam == "Boy":
print("Left")
else:
print("Right")
OUTPUT: Left
Continue in python bro...
Bhaiya total python DSA Complete cheyu
animuthyam="boy"
if animuthyam=="boy":
print("male")
else:
print("female")
output:= male
Keep a vedio daily makes us consistent❤
Pawan=10
if pawan+2==12:
Print('chiranjeevi ')
Else:
Print('pawan kalyan ')
animutyam = "boy"
if animutyam == "boy":
print("left");
else:
print("right")
Hero = "Dboss"
If Hero == "Dboss":
Print("yes")
Else:
Print("No")
name = "goutham"
if name == "goutham":
print("corect")
else:
print("wrong")
animutyam='girls'
if animutyam=='girls':
print('girls go right side')
else:
print('boys go left side')
maccha ='boys'
if maccha =='boys':
print(' boys go left side')
else:
print('girls right side')
animutyam=input('Enter the gender: ')
if animutyam =='boy':
print('go left side')
else:
print('go right side')
Sunnyleon = 6
If Sunnyleon+6 == 66:
Print (" Macha ")
Else :
Print ("johnysins")
Else
Jonysins
gender=input("enter gender: ")
b=gender.upper()
if b=="MALE":
print("please take right here: ")
elif b=="FEMALE":
print("please take left here: ")
else:
print("please go back :) ")
print("THANK YOU !!")
animuthyam = "boy"
if animuthyam == "boy":
print("left")
else :
print("right")
rosie = "girl"
justin = "boy"
if rosie == "girl":
print("rosie go to right")
if justin == "boy":
print("justin go to left")
else:
print("go to straight")
Prabhas = "prabhas"
if Prabhas == 100:
print("Stylish Star")
else:
print("prabhas")
print("Rebalwood")
Bro plze continue with this python
Mgender = "boys"
Ggender = "girls"
if (Mgender==boys):
print("boys move towards left please")
else:
print("grils moves to right please")
appreciate ur hardwork
Animuthyam="boy"
if Animuthyam == "boy":
print("Left")
else:
print("Right")
print(
animuthyam = "toy"
if animuthyam == "boy":
print ("left")
if animuthyam == "girl":
print("right")
else:
print (" not allowed")
Output - not allowed
super explanation anna
Problem Statement: Write a Python program that takes a list of integers and a specific power value, then computes the power of each number in the list raised to the given power. The program should return a new list containing the results of these calculations.
Requirements:
1.The program should accept a list of integers and a power value.
2.The program should calculate each number in the list raised to the specified power.
3.The program should return a new list with the computed values.
Test Cases:
Test Case 1:
Input: numbers_list = [2, 3, 4], power_value = 2
Expected Output: Numbers in the list raised to the power 2: [4, 9, 16]
Test Case 2:
Input: numbers_list = [1, 2, 3], power_value = 3
Expected Output: Numbers in the list raised to the power 3: [1, 8, 27] please solve this
Please continue the series
apple = "red"
if apple == "red":
print("eat apple")
else:
print("don't eat apple")
Muthyam=='boy'
If Muthyam=='boy':
Print('Go Left')
Else:
Print('Go Right')
Waiting for step-2 bro.
Apakunda videos pettu anna chalu
Name = "Mohith"
print(Name)
Gender = ("boy")
print(Gender)
if(Gender=="boy"):
print("take right")
if(Gender=="girl"):
print("take left")
Mohith
boy
take right
Animuthyam="Girl"
If Animuthyam=="Girl":
Print ("right")
Elif Animuthyam=="boy":
Print("left")