Posts

Showing posts with the label Python-lesson 15

Python - revision-(3)+IF

Good Morning Boys. Lets take a look at  the topic of the day " Python Operators" The Google meet ID for today is Meeting ID meet.google.com/uoz-utvc-unx  ----------------------------------------------------------------- By the end of this session, you will be able to take a recap of the concepts taught earlier and would be able to: Identify the various operators available in Python Understand and apply the various  arithmetic operators in Python. Assignment operators. relational operators Logical operators ------------------------------------------------------------------------------------------------ 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 sta...