Datatypes in Python1
Datatypes in Python1
1. Constant Expressions: These are the expressions that have constant values only.
2. Arithmetic Expressions: An arithmetic expression is a combination of numeric
values, operators, and sometimes parenthesis.
3. Integral Expressions: These are the kind of expressions that produce only integer
results after all computations and type conversions.
4. Floating Expressions: These are the kind of expressions which produce floating
point numbers as result after all computations and type conversions.
5. Relational Expressions: In these types of expressions, arithmetic expressions
are written on both sides of relational operator (> , < , >= , <=).