Variables in Python
Hi and welcome to Mysha techno and today in this blog article I will be explaining an important topic in not only Python but in most programming languages.
Once you understand the basic concepts on Programming then you can learn multiple languages easily. And this is the only blog post you need to understand variables the building blocks of Programming.
For more tutorials related to programming, web development , linkedIn freelancing and digital marketing follow Mysha techno
So let's start!
Okay so what are variables?
Variables are like a container in which we can store some data
Okay so for example:
a = 5
print(a
In this example 'a' is the name of the variable(container) and 5 is the data we have added in it.
Now there are different types of things we can store in a variable. For example we can store a string or a boolean.
If you know some other programming language you know what these types mean.
But if you don't then it's fine no need to get worried this will be explained in the following upcoming classes.
Conclusion
So to summarize we learnt how to declare(create) a variable and we learnt the definition of it.
These blogs are designed to help people slowly learn programming and in every lesson we will try to explain each and every topic clearly.
If you have any questions please ask in the comments section below or get in touch with us through social media.
All the best 💙
0 Comments