Python Keywords

12345678910111213
Across
  1. 3. Description of a function
  2. 4. Execute a function
  3. 6. Subsection of a list or string
  4. 8. Function calling itself
  5. 10. Apply a function to all elements of an iterable
  6. 11. Anonymous function
  7. 12. Value passed to a function parameter
  8. 13. Visibility of a variable
Down
  1. 1. Python file containing functions and variables
  2. 2. Variable in a function definition
  3. 5. Select elements from an iterable based on a function's result
  4. 7. Value assigned to a parameter if no argument is passed
  5. 9. Object used to iterate over elements