Programming Terms

12345678910
Across
  1. 3. A variable based on whole numbers
  2. 4. A turtle used to introduce students to Python
  3. 5. Used in If and else statements as another option
  4. 8. Yes or no question that is a variable
  5. 9. Helps sort code under loops and functions
  6. 10. Used to repeat code
Down
  1. 1. Used to create custom commands
  2. 2. A variable based on text
  3. 6. A variable based on decimal numbers
  4. 7. Break down code