0% found this document useful (0 votes)
4 views2 pages

Gr7 Notes Python Operators

The document provides notes for Grade 7 students on Python operators, outlining the learning objectives and types of operators. It covers arithmetic operators for mathematical operations, assignment operators for assigning values to variables, and comparison operators for comparing values and determining relationships. Each operator type is briefly described to aid understanding in Python programming.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
4 views2 pages

Gr7 Notes Python Operators

The document provides notes for Grade 7 students on Python operators, outlining the learning objectives and types of operators. It covers arithmetic operators for mathematical operations, assignment operators for assigning values to variables, and comparison operators for comparing values and determining relationships. Each operator type is briefly described to aid understanding in Python programming.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

DEPARTMENT OF COMPUTER SCIENCE

GRADE 7
NOTES
SESSION 4: PYTHON – OPERATORS in PYTHON
Learning Objective
1) Use different operators in Python Programs.
2) Describe the function of different types of operators

Arithmetic Operators
• Operators that are used to perform mathematical/string operations

Assignment Operators
• Operators that are used to assign value to variables.
Comparison (Relational) Operators
• Relational operators are used to compare values and determine the relationship
between them.
• Return either ‘True’ or ‘False’ according to the condition.

You might also like