In programming, data type is an important concept.
Variables can store data of different types, and different types can do different things.
Python has the following data types built-in by default, in these categories:
1. str
2. int, float, complex
3. list, tuple, range
4. dict
5. set
6. bool
In this video I have explained all the six datatypes with the help of practical examples
#ritajainlectures #datatypesinpython
for more videos please watch the playlist