I'm a homemaker after 10 years continue to study program.neraya time padika try panni program puriyala.but your explains superb.easily I understand. Enaku confidence vanthuruchu.I get job
Hii Anna....you teaching method is very nice❤... because ninga question make pani yengala solve pana solringa.....athu yenaku romba helpful ah iruku.....matha channel la patha just lesson listen panra mathiri tha iruku....sleepy ah irukum....but your classes are very interesting... thank you so much ❤🎉
Super bro romba theliva you teaching i know idhu oru example but real life la salary=0 Age=0 Irunthalum unga code run agum...so real life ku etha mathiri conditions mathuna it will be much understandable
mark1=int(input("enter your mark1:")) mark2=int(input("enter your mark2:")) mark3=int(input("enter your mark3:")) mark4=int(input("enter your mark4:")) mark5=int(input("enter your mark5:")) total=mark1+mark2+mark3+mark4+mark5 print(total) avg=total/5 print(avg) if(avg
hi guys if you're trying the hackerrank now, the answer not accepting the same one, if it doesn't work try instead this n=int(input()) if (n%2==1): print("Weird")
eng=int(input("eng marks :")) kan=int(input("kan marks :")) acc=int(input("acc marks :")) computer=int(input("computer marks :")) python=int(input("python marks :")) total=(eng+kan+acc+computer+python/5) if(total
a=int(input("English")) b=int(input("Tamil")) c=int(input("Math")) d=int(input("Science")) e=int(input("History")) f=(a+b+c+d+e) h=f/5 mark=h if (h>35): print("Aditional class is required") else: print("you are good")
Bro.. actually clear screen epdi pananu nu next video la solunga bro. Na practice panrenu fill aichi .. but clear kuduka therila .. so restart panitu irunden.. so nyabagam aa next video or shorts la kuda solunga
Hi, i tried to write program using elif for 8th question but i got an error in the 5th line.could you tell me why?my program as follows: a=int(input("enter your age")) b=int(input("enter your salary")) if(a>=20000 or b
Hi sir in the 8th program we are giving salary and age in or statement know, but if i enter the salary less than as 10000 and age 26 it is showing else statement as not eligible but if i give salary 25000 and age 20 it is asking for loan amount we are checking condition or statement either condition is true it should enter the if statement know sir. please clarify this doubt
Marital=input("enter marital m for married u for unmarried: ") If marital=="m"or marital=="M": Print("your eligible to insurance ") Elif marital=="u" or marital=="U": genter=input("enter m as male and f as female:) age=input("enter age:") If genter=='m' or genter =='M' and age>=30 or genter=='f' or genter=='F' and age>=25: Print("your eligible for insurance") else: Print("invalid genter input or you are not eligible to insurance") else: Print('invalid marital input) Sir intha codela enna mistake irukku capital letters la kuduththa கரெக்ட்டா varuthu small letters la kudutha varala pls சொல்லுங்க sir
Pls find the right code below. if, else , elif are case sensitive. Marital=input("enter Marital m for married u for unmarried: ") if Marital=="m" or Marital=="M": print("your eligible to insurance ") elif Marital=="u" or Marital=="U": genter=input("enter m as male and f as female:") age=input("enter age:") if genter=='m' or genter =='M' and age>=30 or genter=='f' or genter=='F' and age>=25: print("your eligible for insurance") else: print("invalid genter input or you are not eligible to insurance") else: print("invalid Marital input")
Enga samy iruntha ithana nalla, ivalo easy ah sollitharinga paaa... Data analytics topics kuda cover pannalam
17:03 - a=int(input())
b=int(input())
c=int(input())
d=int(input())
e=int(input())
f=(a+b+c+d+e%5)
if (a
I'm a homemaker after 10 years continue to study program.neraya time padika try panni program puriyala.but your explains superb.easily I understand. Enaku confidence vanthuruchu.I get job
All the best
No now I'm studying
Hii Anna....you teaching method is very nice❤... because ninga question make pani yengala solve pana solringa.....athu yenaku romba helpful ah iruku.....matha channel la patha just lesson listen panra mathiri tha iruku....sleepy ah irukum....but your classes are very interesting... thank you so much ❤🎉
Interested in programming now after watching your videos ❤tq for your🎉 efforts
a=int(input("English:"))
b=int(input("Hindi:"))
c=int(input("Computer:"))
d=int(input("Mathematics:"))
e=int(input("Physics:"))
f=(a+b+c+d+e)
g=f/5
mark=g
if(mark
8 line pathila
If(g
UA-cam comment!=PythonIDLE🤣🤣
Avg value store tha aakuma shows aakatha
@@johndirose5898g=f/5 aparam ah
print(avg) podu ga bro
Great start for a person without previous knowledge aboutcoding.....
Glad you found it helpful!
Super bro romba theliva you teaching i know idhu oru example but real life la salary=0
Age=0
Irunthalum unga code run agum...so real life ku etha mathiri conditions mathuna it will be much understandable
Who one is study phython without pc and laptop
Me
Me
Using mobile vro😅
Me
Me
very useful video for python beginners
Glad it helps!
A=int(input("Eng : "))
B=int(input("Tam : "))
C=int(input("Math : "))
D=int(input("Sci : "))
E=int(input("Soc : "))
Total=(A+B+C+D+E)
print("Total :", Total)
Ave=(Total/5)
print("Ave :", Ave)
if(Ave
Wonderfull
Suberb bro
who is studying right now ? hit a like....don't get back guys you can !
I started watch yours java program after that i started to watch python it's really very easy after learning java
mark1=int(input("enter your mark1:"))
mark2=int(input("enter your mark2:"))
mark3=int(input("enter your mark3:"))
mark4=int(input("enter your mark4:"))
mark5=int(input("enter your mark5:"))
total=mark1+mark2+mark3+mark4+mark5
print(total)
avg=total/5
print(avg)
if(avg
Really great bro super teaching nanum Pudukkottai than bro ❤ love you so much ❤
Thanks and welcome
Bro your teaching is awesome ❤
Thank you so much 😀
Thank u so much for ur teaching 🎉🥰dearr anna ❤️🩹its very easy to understand.....w8ing for more concepts and videoss☺️
Welcome 😊
A=int(input("Tamil:"))
B=int(input("English:"))
C=int(input("Maths:"))
D=int(input("Science:"))
E=int(input("Social:"))
F=A+B+C+D+E+F/2
If(F
Wrong broo f add panna kudathu then last la 5 la divide pannanum
Hi ErrorMakesClever! you're amazing dood for the learning students and can you make a playlist for hacker rank its very useful for many of us.
Thanks for the idea!
Bro i really enjoy your video ❤😊😊
Super teaching 🎉🎉🎉
Thankyou 🎉
a=int(input("A: "))
b=int(input("B: "))
c=int(input("C: "))
d=int(input("D: "))
e=int(input("E: "))
f=(a+b+c+d+e)/5
if(f>=35):
print("Good to go")
else:
print("Additional Class is Required")
Ur teaching is vera lvl bro😄😇
Great work bro 🙏
Thanks a lot
You're welcome
your video is very useful brother👍👍👍
a=int(input("Tamil:"))
b=int(input("ENGLISH:"))
c=int(input("MATHS:"))
d=int(input("SCIENCE:"))
e=int(input("SOCIAL:"))
total=a+b+c+d+e
avg=total/5
Print(avg)
If(avg
a=int(input())
b=int(input())
c=int(input())
d=int(input())
e=int(input())
f=(a+b+c+d+e)/5
Print(f)
if(f
vera level teaching ipde continue panunga bro
Score=int( input ())
If (score>35 and
Thanks a lot❤💥💯🙏
Superbb bro ❤❤
hi guys if you're trying the hackerrank now, the answer not accepting the same one, if it doesn't work try instead this
n=int(input())
if (n%2==1):
print("Weird")
elif(n%2==0 and 2
eng=int(input("eng marks :"))
kan=int(input("kan marks :"))
acc=int(input("acc marks :"))
computer=int(input("computer marks :"))
python=int(input("python marks :"))
total=(eng+kan+acc+computer+python/5)
if(total
HackerRank la pannathu tha bro koncho confusion ah irukkuu😢😢
a=int(input("English"))
b=int(input("Tamil"))
c=int(input("Math"))
d=int(input("Science"))
e=int(input("History"))
f=(a+b+c+d+e)
h=f/5
mark=h
if (h>35):
print("Aditional class is required")
else:
print("you are good")
Bro 8 line variable eathuku create panirukinga. Nama mudichavaraikum line na kamiyathan pannanum
@@tamilkinghacker7588
a=int(input ("tamil"))
b=int(input ("English"))
c=int(input ("maths"))
d=int(input ("science"))
e=int(input ("social"))
f=(a+b+c+d+e)/5
if(f
Excellent teaching bro data engineering topic pathi video podu bro please then python framework in real life project pathi video podu bro
Bro talk deeply about nested if, i don't understand that concept.
tamil=int(input("Tamil:"))
english=int(input("English:"))
maths=int(input("Maths:"))
science=int(input("Science:"))
social=int(input("Social:"))
if((tamil+english+maths+science+social)/5
(Loan amount
bro enaku neega solli kodkura questions understand aguthu hackerrank la vara questionslam understand panna mudiyala bro
bro recent times ah exam ku prepare agurathe unga videos ah paathu than bro
bro antha question word document ah description la kudunga bro
Great teaching bro ❤️
Semma bro its usefull❤
Very useful anna
really hatsoff bro
Annaaaa pls kindly make videos about dsa in python it will be greatful for us…
Mass bro
20:18 bro this website is not working properly in android phone suggest some other website
Hi Bro - Please help me in understanding the below task.
The provided code stub reads and integer, , from STDIN. For all non-negative integers i
Bro.. actually clear screen epdi pananu nu next video la solunga bro. Na practice panrenu fill aichi .. but clear kuduka therila .. so restart panitu irunden.. so nyabagam aa next video or shorts la kuda solunga
Unfortunately Indha editorla namlala screen clear pana mudyadhu bro. Andha windowa close panitu dhan open pana mudium.
More thaan one if use panna elif nu use pannanum ah bro in hacker rank problem
Police case 5 your not government job and age
11:25 la varuthula bro if kulla if... Athukku elif pootta enna?? Poda koodatha??
Great
a=int(input( ) )
b=int (input( ) )
c=int (input( ) )
d=int (input( ) )
e=int (input( ) )
f=(a+b+c+d+e/5)
if (f
You're correct... ❤
@@ramyadh Thank you soo much ☺️☺️😍🥰😘😘❤️.
InCorrect
@@dindigulanas why..? This is incorrect 😕🙁🙁 plz... Say what I have mistake in this 😢😢 but I have test it 🙄 it's work well 🥺🥺🙏.
appo whats the difference between nested if and elif
Hi, i tried to write program using elif for 8th question but i got an error in the 5th line.could you tell me why?my program as follows:
a=int(input("enter your age"))
b=int(input("enter your salary"))
if(a>=20000 or b
Bro hackerrank romba hang aguthu 1 pgm kooda work panna mudila 😢😢
Bro hacker rank program aa run pana your letter can't be ASCII code nu kathuthu bro
Thank you bro
Bro ipo intha addition prg la mark 100 kulla tha kudukanumna eppadi podurathu ..9 th prg
Anna nenga yadutha class varaiko 10 hrs py concept la basic dha na illa intermediate level ha na .pls reply pani doubt clear panunga
1
a=int(input("Enter first mark:"))
2 b=int(input("Enter second mark:"))
3 c=int(input("Enter third mark:"))
4
d=int(input("Enter fourth mark:"))
5 e=int(input("Enter fifth mark:")) 6 average=((a+b+c+d+e)/5)
7 print("your average mark is:"
, average)
8 if (average
Hi sir in the 8th program we are giving salary and age in or statement know, but if i enter the salary less than as 10000 and age 26 it is showing else statement as not eligible but if i give salary 25000 and age 20 it is asking for loan amount we are checking condition or statement either condition is true it should enter the if statement know sir. please clarify this doubt
Bro neenga sonnadhu nallave puridhu ana hackerRank la yedhumey purila bro
Yes
Amaa brwwww 😅
Yes bro crct uuu
If else elif condition
hackerrank la wrong answer nu varuthu bro can you help me with this broo
Bro teach Java. don't know C,C++. I learn Java va it is easy for me
Elif yepa use pnanum nested if yepa use pnanum rmba confusing ah irkum,nested if ku badhila yn elif use pniye program cntbue pna kudathu
Amma laptop users attendance here 🙌
Anna hacker rank puriyala eppadi open பண்றதுன்னு
Bro c programming solli thanga broooooo pleaseeee
Anna hackerrank free than
Bro snowflake pathi podu gha
bro hacker Ranck 2 program IS NOT WORKING
Hackerrank first ah solli irukalam
Bro elif kum nested if kum enna difference
Anna create a hackerrank account nu varuthu
🎉 ❤❤❤❤
print("YOUR MARKS")
a=int(input("TAMIL:"))
b=int(input("MATHS:"))
c=int(input("CHEMISTRY:"))
d=int(input("PHYSICUS:"))
e=int(input("BIOLOGY:")
f=int(a+b+c+d+e)/5
if(f
print("YOUR MARKS")
a=int(input("TAMIL:"))
b=int(input("MATHS:"))
c=int(input("CHEMISTRY:"))
d=int(input("PHYSICUS:"))
e=int(input("BIOLOGY:"))
f=int(a+b+c+d+e)/5
if(f
@@thamodharanm1078
yes bro , thank so much bro........
7 line la intentation error varum.. () is not perfect
bro question 8 la values bellow ah apply panaa else statement work agala ean ....
Enakum apdi dhan varudhu bro
If(salary>=20000 and age
Marital=input("enter marital m for married u for unmarried: ")
If marital=="m"or marital=="M":
Print("your eligible to insurance ")
Elif marital=="u" or marital=="U":
genter=input("enter m as male and f as female:)
age=input("enter age:")
If genter=='m' or genter =='M' and age>=30 or genter=='f' or genter=='F' and
age>=25:
Print("your eligible for insurance")
else:
Print("invalid genter input
or you are not eligible to insurance")
else:
Print('invalid marital input)
Sir intha codela enna mistake irukku capital letters la kuduththa கரெக்ட்டா varuthu small letters la kudutha varala pls சொல்லுங்க sir
Ping us on instagram brother.
Pro engkitta Instagram illa pro what up irukku
Email us bro errormakesclever@gmail.com
Bro Print ku small p podunga
Pls find the right code below. if, else , elif are case sensitive.
Marital=input("enter Marital m for married u for unmarried: ")
if Marital=="m" or Marital=="M":
print("your eligible to insurance ")
elif Marital=="u" or Marital=="U":
genter=input("enter m as male and f as female:")
age=input("enter age:")
if genter=='m' or genter =='M' and age>=30 or genter=='f' or genter=='F' and age>=25:
print("your eligible for insurance")
else:
print("invalid genter input
or you are not eligible to insurance")
else:
print("invalid Marital input")
Elif ethuku pordthu bro
❤️
it
whint
S1=int(input("Business Marks:"))
S2=int(input("Accounts Marks:"))
S3=int(input("Economics Marks:"))
S4=int(input("Computer Marks:"))
S5=int(input("English Marks:"))
avg=(S1+S2+S3+S4+S5)/5
if(avg
a=int(input ("tam"))
b=int(input ("eng"))
c=int(input("maths"))
d=int(input("science"))
e=int(input("social"))
f=(a+b+c+d+e)/5
if(f
a=int(input("tamil:"))
b=int(input("english:"))
c=int(input("math:"))
d=int(input("social:"))
e=int(input("history:"))
f=(a+b+c+d+e)
g=f/5
if(g