Data Type
- Data types are used to identify the type of data and set of valid operations that can be performed on it.
- Python has the following data types:
Numbers( integer(whole no), floating(number with decimal)
– String
– List
– Tuple
– Dictionary