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