Write a code to print table of 5 using assignment operand += in pyhtn code example
Example 1: operators in python
# Python Operators
Operator Name Example
+ Addition x + y
- Subtraction x - y
* Multiplication x * y
/ Division x / y
% Modulus x % y
** Exponentiation x ** y
// Floor division x // y
Example 2: logical operators in python
condition1 and condition2
condition1 or condition2
not condition