Numeric Type

Data Types

Numeric (interger, complex number, float)

Dictionary

Boolean

Set

Sequence Type (strings, list, tuple)

My Image

Type Casting

My Image

Operators

Arithmetic (+, -, *, /, //, %, abs(x), pow(x, y) <-> x ** y)

Relational

Assignment

Logical

Bitwise

Membership

Identity

My Image