Iterative statements in python

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