Posts

Showing posts with the label Python- Lesson6

Python- Operators-6(a)

Python Operator Good Morning Boys. Lets take a look at  the topic of the day " Python Operators" ----------------------------------------------------------------- By the end of this session, you will be able to: Identify the various operators available in Python understand and apply the various arithmetic operators in Python. Understand the working of the arithmetic operators (after the discussion on the ZOOM class) ------------------------------------------------------------------------------------------------ Operators are used to perform operations on variables and values. Python divides the operators in the following groups: Arithmetic operators Assignment operators Comparison operators Logical operators Identity operators * Membership operators * Bitwise operators * * - These operators will be covered at a later stage when the related concepts are dealt. Python Arithmetic Operato...