Data - Types - Python
Data - Types - Python
Integers.
Floating-Point Numbers.
Complex Numbers.
Strings. Escape Sequences in Strings. Raw Strings. Triple-Quoted Strings.
Boolean Type, Boolean Context, and “Truthiness”
Built-In Functions. Math. Type Conversion. Iterables and Iterators. Composite
Data Type. Classes, Attributes, and Inheritance. Input/Output. ...
Data types in Python:
The supported standard data types in Python include the following.
1. List.
2. Number.
3. String.
4. Dictionary.
5. Tuples.