Day05-Python Operators # 1
PART # 1
Python Operators:
Operators are used to perform operations on variables and values.
Example: In the example below, we use the + operator to add together two values. Here:
'+' is the operator.
5 and 2 are operant.
5+2 are operations.
pri...
codingsplash.hashnode.dev6 min read