Programming concepts 4
Success Criteria
Lesson objectives • I can understand the
We are learning to analyze different operators in python
different Python operators programming
used in Python Programming • I can identify the operator to
be used based on the
program
• I can execute programs using
python operators
LO: We are learning to analyze different Python
operators used in Python Programming
Starter
List down the different types of operators that
you are familiar with. Use the symbols for each
of them.
LO: We are learning to analyze different Python
operators used in Python Programming
Arithmetic operators
LO: We are learning to analyze different Python
operators used in Python Programming
Comparison Operators
LO: We are learning to analyze different Python
operators used in Python Programming
Logical Operators
LO: We are learning to analyze different Python
operators used in Python Programming
Bitwise Operators
LO: We are learning to analyze different Python
operators used in Python Programming
Assignment Operators
LO: We are learning to analyze different Python
operators used in Python Programming
Special Operators
LO: We are learning to analyze different Python
operators used in Python Programming
LO: We are learning to analyze different Python
operators used in Python Programming
Membership Operators
LO: We are learning to analyze different Python
operators used in Python Programming
Membership Operators- Example
LO: We are learning to analyze different Python
operators used in Python Programming
AFL
Create a program to demonstrate the use of
Arithmetic, comparison and logical operators in
python programming.
Take the screenshot of your code and output and post
in on Teams.
[Link]
LO: We are learning to analyze different Python
operators used in Python Programming
Main Activity
Task 1: Create a simple calculator using default functions
like addition, subtraction, multiplication, division.
Task 2: Write a Python Program for checking whether the
entered number is Prime number or not.
Task 3: Write a Python Program To Find entered year is a
Leap year or not
LO: We are learning to analyze different Python
operators used in Python Programming
Plenary
Strength
Improvement
Development
LO: We are learning to analyze different Python
operators used in Python Programming