In this Video you will learn what is data types in python.
A data type is a classification of data which tells the compiler or interpreter how the programmer intends to use the data. We do not need to specify the datatype in python, according to value assigned interpreter decides the datatype.
#python #python2024 #pythondatatypes #AllDataTypes