Coding is the new language to create artificial humans or artificial human intelligence, and that AI is the slayer of the Secret Society, like developers are doing now.
a=int(input("enter a first no")) b=int(input("enter a second no")) c=int(input("enter a third no")) d=a+b+c print("the answer is",d) Bro,is this crt coding
Python's memory allocation is automatic and managed by a private heap with the help of a garbage collector, while C++ and Java use explicit memory allocation and rely on stack and heap mechanisms for managing memory.
learning python is just like how you're learning maths.. it's not mainly focused on if it's easy to learn or not.. it's about if you're willing to waste your time sitting and making a thing to work using python.. doing that makes you to be a good at python and if you wanna give up like that then you can't be one because in maths you have to add this and that to get an answer
👍👍 Also cover the need to think in terms of algorithms. And how all programs are combinations of sequential, looping or branching (decision) statements.
Anna please continue this I want to learn python... Your way of teaching is very good... I can understand easily pls anna continue panunga na intha channel ah subscribe paniruken
To get started with coding, here's a road map.... basic maths -> logical reasoning -> fundamentals of programming -> basic programming -> OOPS concepts -> DSA
please give the meaningfull variable name for the examples also like Firstnumber, second number and result. otherwise when they come to the company they are lagging in giving meaning full variable and function names.
Bro basics laam code pannidalaam but real world problem and to find the logic then apply , that’s the only facing the challenge to do the coding that part only is tough.
Coding is not just arithmetic but code should be light weight, bug free, highly flexible, highly memory efficient..... and error handling should be perfect......
Programming requires problem solving! Most yt channels or online platforms teach only the syntax and core concepts! They don't teach problem solving! Problem solving can only achieved by practicing coding and referring others code! Learning only the fundamental concepts in a Programming language doesn't make Someone a programmer!
---------------------------------------------- A=2 B=4 C=6 A=2 B=4 C=6 Output C=12 How to solve this python coading this devaloper pos billing use pandrathu... --> Video link: ruclips.net/video/ufRLns-QQh0/видео.html
Thanks bro school python program eppadi panrathu Teri Allah after this video I learn new things and I had a good many things in my computer I love mum rewarded me I got sent am in computer science thank you very much
At first i thought you were trying to explain object, when you said numbers, then only I came to know you gonna explain primitives, nice video dude, if anybody would have taught me like this, i would have earned more money by now. Good video dude.
Start was seeing again and again but never next seen or remembered after a set things next after learning of sort of like these What's next how to do stable and save them in mind and use practically straight it's pretty hard
மஞ்ச தூளுக்கு அப்பறம் ஒன்னும் புரியல ப்ரோ
- IT graduate
Same bro
😅🤣🤣
😂😂
😅😂😂
😂
Yaaru saami nee😅.. This world needs people like you❤..
முப்பது நொடியில் நிரலாக்கம் கற்று எலான் மஸ்கிடம் வேலை வாங்கிய அனைவருக்கும் வாழ்த்துகள்
Coding is not only about understanding...but how to use it perfectly...
It's a thought process
It's problem solving... One needs to know how to think out of the box...
Coding is the new language to create artificial humans or artificial human intelligence, and that AI is the slayer of the Secret Society, like developers are doing now.
Coding is not simple...you have to be flexible and yet creative with given rules
@@skynila2007
Yaaru ya nee... Unna maari oru aaladhaan theditu irundhen...
Acter parthiban sir voice vera level
Avaru than dubbing panraru intha paiyanukku
Oh mimeeegiri ha 🤣🤣🤣
😂😂😂😂😂
😂
Yes
a=10
b=20
print(a+b)
a=int(input("enter a first no"))
b=int(input("enter a second no"))
c=int(input("enter a third no"))
d=a+b+c
print("the answer is",d)
Bro,is this crt coding
Bro ur teaching is very useful continuously watching your videos and thank you so much ❤
How pa?
What
A=10
B=20
C=a+b
Print("a+b=",int(a+b))
I am not interested codeing but i saw this error makes clever channel now I am understanding for any program.... 🎉❤❤
Happy to hear that!!
Variable declartion illma coding start agauthu bro good and simple explanation 👏
Variable declaration illama coding start agadha... Yaaru sonna 🤦🤦🤦
python la aagum
@@nithish6809entha language la nenga solrathu?
😅
😂
OMG. I did not know coding at all. After watching this 30 second video I was able to develop an app using python. Thank you
😂variable mattum coding illa bro.
Point uh 😂
Actually edhu 10hourse vedio it's just a shorts😅😂
😂😂
Beginners ku ipdi dhan bro aaramikkanum. Apdiye padi padiya datatypes kondu pona aprom pickup pannipanga
Koomutta 😂😂😂 avaru just basic sollitharu. Programming theriyavanuku easy ah puriyanum nu sollitharru. 1st enna soldranga yaaruku soldranga nu purinjukittu vanthu cmnt panu.😂😂😂 corona la pass aaniya? Tharkuri
A=10
B=20
C= 30
D= A+B+C
PRINT D = A+B+C
D= 10+20+30
D = 60
D = 60
Bro literally Made everyone feel like coders within 30 sec
A-10
B-20
C-30
(A+B+C)-60
In python, variable doesn't act as a box. Memery address depends on value. 😢
Exactly
It depends on the data type
Python's memory allocation is automatic and managed by a private heap with the help of a garbage collector, while C++ and Java use explicit memory allocation and rely on stack and heap mechanisms for managing memory.
Oh so this is how u explain to someone who is starting to code?
There is no data type, it assign automatically
a=10
b=20
c=30
d=a+b+c
print(d)
Neenga sonnathu oru programing laguage oda 0.0001% tha bro., 😢
Basic tha simple ah solraru thodakkam sariya eruntha ellamey sariya amaiyum
@@harishv21 ipdi nenachu tha naanum ulla ponen., 🙄😑
@@harishv21ellam solla nallathan bro irukku logic think panni code pandrathu than problem aa
Yes, python eh simple dhaan, aana ivan indha Madhiri solli kodutha 10years aagum. Ivanukeh python fulla ah theriyathu 😅
@@sathishsubbaiya7152Illa bro antha 10hours videova paarunga fundamentals fullaaah explain pannitaaru enna maari beginnersku usefullaaah irunthuchu
A=int(input ("Enter the value of A:"))
B=int(input ("Enter the value of B:"))
C=int(input ("Enter the value of C:"))
Result=A+B+C
print (Result)
programmers watching this, will not define unnecessary variables👍They will use only two boxes if asked to swap numbers🌝
int a,b,c,d;
a=10;
b=20;
c=30
d=a+b+c;
printf("%d", d);
learning python is just like how you're learning maths.. it's not mainly focused on if it's easy to learn or not.. it's about if you're willing to waste your time sitting and making a thing to work using python.. doing that makes you to be a good at python and if you wanna give up like that then you can't be one because in maths you have to add this and that to get an answer
Parthiban voice 😮
Athuthane yengyo ketta mari irunthichu 😂😂
a=int(input("enter 1st number:"))
b=int(input("enter 2nd number:"))
c=int(input("enter 3rd number:"))
total=a+b+c
Print("addition is:",total)
👍👍 Also cover the need to think in terms of algorithms. And how all programs are combinations of sequential, looping or branching (decision) statements.
a=1;
b=2;
c=3;
Sum=a+b+c;
printf("sum of three no=", sum);
Anna please continue this I want to learn python... Your way of teaching is very good... I can understand easily pls anna continue panunga na intha channel ah subscribe paniruken
To get started with coding, here's a road map.... basic maths -> logical reasoning -> fundamentals of programming -> basic programming -> OOPS concepts -> DSA
Thambi movie etha try pannunga intha coding ah vittutu ...Arjun doss voice 👌👌
It's true
And he looks similar to Arjun das.
a=10
b=24
c=16
sum=a+b+c
print(sum)
output:
50
A =10
B= 80
C=60
D= a+b+c
👍 Done:)!
D = B + B
Or
D = C + A
150
python is case sensitive
a=1;
b=1;
c=1;
x=a+b+c;
Printf("the Total value is =+x") ;
Anna awesome. The way u explained was very simple. Conduct workshops anna. All the best
E=30
F=50
G=20
H=E+F+G
OUTPUT
100
please give the meaningfull variable name for the examples also like Firstnumber, second number and result. otherwise when they come to the company they are lagging in giving meaning full variable and function names.
A=int(input("enter first number:"))
B=int(input("enter second number:"))
C=int(input("enter third number:"))
D=A+B+C
print("the sum is:",D)
Good start for Beginners🎉. But how you going to explain pointers ? I'm wondering 😂
antha manja thool dappa enga vachurkanga nu oru paper la eluthi vacha atha pointers..
A=“10"
B=“20"
C=a+b
In print
1020
❤
Thanks bro, got my job on Amazon.
Input :
A=1
b=2
c=a+b
Print(c)
Output :
3
Coding ku important, if else decisions and logic comparator are important
a=10
b=20
c=a+b=30
d=a+b+c=60
Crt nu nenaikuran❤😂
Ana program pannun pothu
a=10
b=20
c=30
d=60 epdi potanum 😅❤
Excellent classes bro👍
Nice..explanation. .coding Pathi basic ah ethachum terinja than bro solrathu evlo easy nu tedium.. I want interested...
a+b+c 3 digit program panniten bro next enna pannanum😂
indha channel uh report adikkanum😂
😂😂😂😂😂😂😂😂
Bro basics laam code pannidalaam but real world problem and to find the logic then apply , that’s the only facing the challenge to do the coding that part only is tough.
Coding is not just arithmetic but code should be light weight, bug free, highly flexible, highly memory efficient..... and error handling should be perfect......
data types left the chat 😂😂😂
Python la declare panna thevai illa
Python devs ☕️
sila edathula pannanum example a = int(input()) for getting only integer as inputs@@Learn-j4s
a=10
b=20
c=10
d=a+b+c
Print("The sum of:",d)
Bro business analyst pathi solunga please
A=10
B=20
C=30
D=a+b+c
I am 10 th student 😊
Programming requires problem solving! Most yt channels or online platforms teach only the syntax and core concepts! They don't teach problem solving!
Problem solving can only achieved by practicing coding and referring others code! Learning only the fundamental concepts in a Programming language doesn't make Someone a programmer!
a=10
b=20
c=50
d=(a+b+c)
print(d)
Arun dass voice 🤞🏼
Easy aah puriyuthu.😍..... But unga voice apdiye arjun das mari irukku 😍
A=10
B=20
C=30
D=A+B+C
😊
Anna neenga nalla sollitharinga😊 with comedy😂 understand panna easya erukku
Input:
a=20
b=10
c=10
d=a+b+c
Output
40
A,B,C=10,20,30
Total=A+B+C
print(Total)
A=11
B=18
c=07
ANS_=A+B+c
print(ANS_)
anna easya understand pannikitta anna tq anna
innum naraiya programm sollithanga anna
A=2
B=4
C=6
A=2
B=4
C=6
Output
C=12
How to solve this python coading this devaloper pos billing use pandrathu...
----------------------------------------------
A=2
B=4
C=6
A=2
B=4
C=6
Output
C=12
How to solve this python coading this devaloper pos billing use pandrathu... --> Video link: ruclips.net/video/ufRLns-QQh0/видео.html
a=10
b=20
c=30
d= a+b+c
Output
d=60
Broo last ah print sola maranthutinga,other than that unga example Vera level...🎉
a=5
b=10
c=15
d=a+b+c
print(d)
Thanks bro school python program eppadi panrathu Teri Allah after this video I learn new things and I had a good many things in my computer I love mum rewarded me I got sent am in computer science thank you very much
Wow great bro , please do some lengthy courses for freshers
A=10
B=20
C=30
D=A+B+C
D=60
Good explanation bro it's helps for beginners ... Love from Sri Lanka ❤
Happy to help
a=1
b=2
c=3
print (a+b+c)
a=10
b=20
c=30
Print(a+b+c)
Output:
60
Output error "_"
@@vishvabai9449 again try to...my comments
small p nor 'P' - 'print'@@rjvivek125
a=50 ,b=10,c=35, d=a+b-c
a=10
b=5
c=a+b
D=a+30
A=1
B=5
C=A+B
Print (C)
Output:
6
A=1B=2C=3
C=a+b+c
C=6
Vela kadachurumla vro👀🤧
I am computer science graduate but I never seeing this type of learning 😊very use full 😊
{A=10
B=50
C=20
D=ABC
D=80/}value
Bro idhu correct a 😅
Neenga sema cute ah irukinga bro😮. Modelling try pannalame.😊
At first i thought you were trying to explain object, when you said numbers, then only I came to know you gonna explain primitives, nice video dude, if anybody would have taught me like this, i would have earned more money by now. Good video dude.
Enga commputer miss oda romba nalla sollitharinga 🙌😁
A=10
B=20
C=30
D=A+B+C
Output
60
A=45
B=54
C=62
I=a+b+c
Print(I)
a=20
b=30
d=50
c=a÷b+d
c=50.6
D=a+b+c
60=10+20+30
a=10,b=20,c=30,d=a+b+c
a=10
b=20
c=30
d=a+b+c
Good... But please cut that echo in your audio so that it will be professional...
d=a+b+c
no:60
a=10
B=20
c=40
Tot=a+d+c
எளிமை ஆனா excellent🎉
I know bro
I understand
Because I am computer science student bro
But I like your method ❤❤❤
Ivlo alagana paiyanalam ipdi content podasollathingapa ... avangala thaa parthutruka thonuthu❤
A= 10 ,b= 20 c= 30 ,d=a+b+c
Hyy vro sema easy ha puriya vekuranga 👍
Very Nice...You did it
Start was seeing again and again but never next seen or remembered after a set things next after learning of sort of like these What's next how to do stable and save them in mind and use practically straight it's pretty hard
A= 10,B = 20,C=30 ,D=a+b+c
Awesome explanation bro😊