Data Type in Python

Data Type

- Variables can store different types of data.

- Different types of data can do different things.

- Use the type keyword to identify the type of data.


Python has the following data types:


Comments