python keywords
Across
- 6. rest or move on or near the surface of a liquid without sinking.
- 7. variable In computer programming, a global variable is a variable with global scope, meaning that it is visible (hence accessible) throughout the program, unless shadowed. The set of all global variables is known as the global environment or global state.
- 8. a number which is not a fraction; a whole number.
- 11. link (things) together in a chain or series.
- 12. Type a particular kind of data item, as defined by the values it can take, the programming language used, or the operations that can be performed on it.
- 13. loop In most computer programming languages, a while loop is a control flow statement that allows code to be executed repeatedly based on a given Boolean condition. The while loop can be thought of as a repeating if statement.
Down
- 1. identify and remove errors from (computer hardware or software).
- 2. loop In computer science a for-loop (or simply for loop) is a control flow statement for specifying iteration, which allows code to be executed repeatedly.
- 3. material consisting of threads of cotton, hemp, or other material twisted together to form a thin length.
- 4. denoting a system of algebraic notation used to represent logical propositions by means of the binary digits 0 (false) and 1 (true), especially in computing and electronics.
- 5. a process or set of rules to be followed in calculations or other problem-solving operations, especially by a computer.
- 9. error In computer science, a syntax error is an error in the syntax of a sequence of characters or tokens that is intended to be written in a particular programming language. For compiled languages, syntax errors are detected at compile-time. A program will not compile until all syntax errors are corrected.
- 10. not consistent or having a fixed pattern; liable to change.