TASK - 1 SET - 2

1234567891011
Across
  1. 4. The ______ function returns a sequence of numbers, starting from 0 by default,& increments by 1 (by default), and stops before a specified number.
  2. 9. If a Python expression is well formed, the interpreter then translates it to an equivalent form in a low-level language called_____.
  3. 10. The run-time system might execute the program directly on the hardware or run yet another program called an ______
  4. 11. Repeated execution of a set of statements is called_____
Down
  1. 1. An............... is a combination of values, variables, and operators.
  2. 2. The newline character \n is called an _____sequence
  3. 3. String is a sequence of .........
  4. 5. _______ is the highest order of of precedence in python
  5. 6. In programming terminology, this piece of text is referred to as a _____.
  6. 7. You can run simple Python expressions and statements in an interactive programming environment called____
  7. 8. ** represents which operator (clue: a**b).
  8. 10. Python has................ function for taking user input.