Data Types
Like any other programming language, Python has a rich set of data types.
Some important Python data types are:
- Numbers (int, float, long, complex)
- Boolean
- String
- List
- Tuples
- Dictionary
You will be studying all these data types and understand similiarties and differences with other popular programming languages.
Let us begin with how to declare variables in Python.