python programming

123456789101112131415
Across
  1. 2. A big range
  2. 5. An artificial and informal language that helps programmers develop algorithms
  3. 8. Data values that stay the same
  4. 10. Process of repeating steps
  5. 11. Order of commands
  6. 13. Used to include multiple conditional expressions after the if condition or between the if and else conditions
  7. 14. A program that could tell a user if there old enough for something
  8. 15. Whole numbers represented as binary values
Down
  1. 1. A box to store a value
  2. 3. A data type that is not integer
  3. 4. A diagram that depicts a process, system or computer algorithm.
  4. 6. It only has 2 variables
  5. 7. A sequence of characters
  6. 9. Statement in computer programming that is used to set a value to a variable name
  7. 12. Sometimes a programmer needs to change the data type of the contents of a variable