Python for Electronics

12345678910
Across
  1. 2. how many items in a list?
  2. 3. exit a loop
  3. 5. a loop
  4. 8. from abc to ABC
  5. 9. output to screen
  6. 10. skip loop iteration
Down
  1. 1. a loop
  2. 2. from ABC to abc
  3. 4. add a single item to a list
  4. 6. get string from user
  5. 7. between if and else