0% found this document useful (0 votes)
16 views14 pages

Understanding Python Operators

The document outlines a lesson plan focused on analyzing various Python operators, including arithmetic, comparison, logical, bitwise, assignment, special, and membership operators. It includes objectives for students to understand and execute programs using these operators, along with activities such as creating a simple calculator and checking for prime and leap years. The lesson also emphasizes the importance of demonstrating knowledge through practical programming tasks.

Uploaded by

mehak
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
16 views14 pages

Understanding Python Operators

The document outlines a lesson plan focused on analyzing various Python operators, including arithmetic, comparison, logical, bitwise, assignment, special, and membership operators. It includes objectives for students to understand and execute programs using these operators, along with activities such as creating a simple calculator and checking for prime and leap years. The lesson also emphasizes the importance of demonstrating knowledge through practical programming tasks.

Uploaded by

mehak
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPTX, PDF, TXT or read online on Scribd

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

You might also like