Hey guys, I'm back with some more interesting stuff for you. Hope you're excited. So let's begin!
So, today I'm gonna be telling you about a few basic concepts of Python and the terms used in the language.
1. Datatype
This is self explanatory, a data type is a type of data! There are many datatypes, out of which I'll tell you only some.
- String (Any Type of Text)
- Integers (Numbers without Decimal Point)
- Float (Decimal Numbers)
- Boolean (True or False)
- Many More
2. Variable
This name is derived from algebra, a variable is unit that can hold any value / datatype, like string, integer, or float.
3. Conditional Operators
There are many conditional operators. I'll tell you more on this later.
HOW DOES PROGRAMMING IN PYTHON LOOK?
The Python syntax, also known as code text, looks very similar to the English syntax, as I mentioned in my previous posts. This makes it easy to learn. It also has has fewer code line requirement, which makes it very easy to prototype in this language.
Finally, we have come to the end of this post, I think this was the most interesting. Comment down below if you think the same. So, I'll see you guy sin the next post. Till then, Au Revoir.
Comments
Post a Comment