Struggling with Python programming? Learn it in a Simplest way #shorts #pythonprogramming

preview_player
Показать описание
Think You Can't Code? Let’s Fix That in 30 Seconds! 💻 Watch this quick video to learn the basics! 🕒

Imagine you have turmeric powder and a plastic box called "Mathool"—that’s how we use variables in Python programming. Just like you’d store turmeric in the box, we store numbers in variables

Understand Python basic programs and learn how to use variables with simple examples, like adding numbers. Check out our YouTube channel for a full course on Python programming and an easy guide for beginners to start coding like a pro!📈

🔗 Link in bio! Follow for more Python programming tips and tricks!

#pythonprogramming #codingtips #learnpythonprogramming
Рекомендации по теме
Комментарии
Автор

முப்பது நொடியில் நிரலாக்கம் கற்று எலான் மஸ்கிடம் வேலை வாங்கிய அனைவருக்கும் வாழ்த்துகள்

thillaiyarasan
Автор

Yaaru saami nee😅.. This world needs people like you❤..

_.live.and.love._
Автор

மஞ்ச தூளுக்கு அப்பறம் ஒன்னும் புரியல ப்ரோ

- IT graduate

suginanthony
Автор

A=int(input("enter no a")
B=int(input("enter no b")
C=A+B
Print("the sum is", c)

ntkd
Автор

a=10
b=10
c=a+b
Print (The sum of a and b is, "c")

neymer
Автор

Coding is not only about understanding...but how to use it perfectly...

balak
Автор

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

kvkiruthika
Автор

A=10
B=20
C=a+b
Print("a+b=", int(a+b))

anthonyanthony
Автор

Bro ur teaching is very useful continuously watching your videos and thank you so much ❤

ramyaramesh
Автор

To get started with coding, here's a road map.... basic maths -> logical reasoning -> fundamentals of programming -> basic programming -> OOPS concepts -> DSA

nexgen.graphics
Автор

Variable declartion illma coding start agauthu bro good and simple explanation 👏

prawinmind-voicelifeisvery
Автор

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

edhoonnu....
Автор

In python, variable doesn't act as a box. Memery address depends on value. 😢

vigneshm
Автор

a=10
b=24
c=16
sum=a+b+c
print(sum)
output:
50

gokulkarthick
Автор

Neenga sonnathu oru programing laguage oda 0.0001% tha bro., 😢

murugesansanthanam
Автор

a=1;
b=2;
c=3;
Sum=a+b+c;
printf("sum of three no=", sum);

hapieegaming
Автор

👍👍 Also cover the need to think in terms of algorithms. And how all programs are combinations of sequential, looping or branching (decision) statements.

vettudayakaali
Автор

a=20
b=10
c=30
d=(c-b)*a
Print d
Output
400

dharanirajavel
Автор

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

chicken
Автор

Bro literally Made everyone feel like coders within 30 sec

ahmedrashid