Want to create interactive content? It’s easy in Genially!
Get started free
OPERATORS
Jarol Torres Ramirez
Created on February 20, 2023
Start designing with a free template
Discover more than 1500 professional designs like these:
Transcript
CODE
PRESENTS
🤔
OPERATORS
ARITHEMITC OPERATORS
In general are used to perform operations on values and variables. These are standard symbols used for the purpose of logical and arithmetic operations.
COMPARISON OPERATORS
compares the values. It either returns True or False according to the condition.
LOGICAL OPERATORS
Perform Logical AND, Logical OR, and Logical NOT operations. It is used to combine conditional statements.
ASSIGNMENT OPERATORS
Are used to assign values to the variables.