Python For Beginners - What are Data Types in Python | All Data Types

Опубликовано: 24 Октябрь 2024
на канале: PracticalIT
37
3

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