Session 14

123456789
Across
  1. 2. The mathematical operation that combines two numbers into one
  2. 3. A loop that runs indefinitely until stopped
  3. 5. The term for a piece of data stored in memory
  4. 6. The symbol used to concatenate strings in Python
  5. 8. A data type used to store sequences of characters
Down
  1. 1. The operation that finds the product of two numbers
  2. 4. The operator used to assign values to variables
  3. 6. The output function used to display text in the console
  4. 7. A function used to convert numbers into text format
  5. 9. A keyword used to check conditions in programming