Chapter 2 - Operators and Control Flow Statments
Chapter 2 - Operators and Control Flow Statments
STATEMENTS
TYPES OF OPERATOR
Python language supports the following types of
operators.
• Arithmetic Operators
• Comparison (Relational) Operators
• Assignment Operators
• Logical Operators
• Bitwise Operators
• Membership Operators
• Identity Operators
ARITHMETIC OPERATORS
Operator Description Example