Python crossword

12345678910
Across
  1. 5. any combination of character.
  2. 8. moves the cursor to the correct indented position on the next line.
  3. 9. a method of checking an algorithm line by line and predicting the result
  4. 10. application designed to help designed to help programmers design, develop and test their programs.
Down
  1. 1. process of joining two or more strings to create a single string.
  2. 2. a python module that uses simple commands to a virtual pen to create graphics.
  3. 3. spots misspelled functions or wrong symbol.
  4. 4. completes program functions and displays advice on available options as you type them.
  5. 6. the process of looking at a string as individual characters and assigning each an index.
  6. 7. tools available in most programming languages that you can add to a string.