Gorin Ivan Mis-12n Python programming language

123456789
Across
  1. 2. What is the Python keyword used to exit a loop prematurely?
  2. 3. What is the keyword used to define a function in Python?
  3. 4. What is a Python data type that can store multiple values in a single variable?
  4. 6. What is the Python library used for creating data visualizations?
  5. 8. What is the process of combining two or more strings called in Python?
  6. 9. What is the Python library used for scientific computing and data analysis?
Down
  1. 1. What is the process of converting a string into a numeric value called in Python?
  2. 3. What is the Python module used to work with dates and times?
  3. 5. What is the process of taking a substring from a string called in Python?
  4. 7. What is the process of repeating a set of instructions multiple times in Python called?