Program F : Data Analysis with Python

1234567891011121314
Across
  1. 2. is a python package
  2. 4. Keep repeating as long as a condition is true
  3. 6. is a container for storing data value
  4. 9. Numerical computing library
  5. 11. Repeat something a set number of times
  6. 13. is a programming language
  7. 14. is a block of organized and reusable code to perform a specific task
Down
  1. 1. is a folder that consists of folders and files(modules) for specific usages.
  2. 3. is a data structure to store a collection of data in the form of key-value pairs.
  3. 5. is a data structure to store a collection of data that are ordered and changeable
  4. 7. is used to execute a sequence of codes repeatedly
  5. 8. Ask the user for something
  6. 10. Show something on the screen
  7. 12. is a special symbol that represents computation