Data Types

More about Python Data Types

Before discussing data types in Python, you should be aware of the word datatype. So what is a data type? It is the type of data that a variable can store in the form of value. It can be of any kind, i.e. numerical data, textual data, character data etc. I hope you got it. If […]

More about Python Data Types Read More »