Iterative statements in python
Across
- 5. are the symbols that performs arithmetic and logical operations on operands
- 6. operator which is used to join two string values.
- 7. operator used to assign the values to the variable
Down
- 1. finds the power of one number to the other.
- 2. this loop is used when you are sure about how many times a loop body will be executed
- 3. is used with the for loop in python, which is useful in generating a sequence of numbers in the form of list
- 4. it divides the numbers and give the remainder