python string functions

123456789101112131415161718192021222324
Across
  1. 3. Another name of function
  2. 6. A control structure that executes a block of code based on a condition.
  3. 9. A control structure that repeats a block of code.
  4. 12. A combination of values, variables, and operators.
  5. 13. A value passed to a function
  6. 14. The process of repeating a set of instructions.
  7. 16. A name given to a value.
  8. 17. The use of spaces or tabs to denote block-level structure.
  9. 19. A variable that receives an argument passed to a function.
  10. 20. A block of code that can be called multiple times.
  11. 22. A sequence of characters enclosed in quotes.
  12. 23. A note in the code that is ignored by the interpreter.
  13. 24. The process of calling a function within itself.
Down
  1. 1. The process of joining two or more strings together.
  2. 2. A sequence of characters within a larger string.
  3. 4. A sequence of characters used to represent special characters.
  4. 5. A data type that has only two values: True or False.
  5. 7. The process of accessing individual characters in a string using their index.
  6. 8. The rules that make the structure of code correct.
  7. 10. A symbol used to perform an operation, such as +, -, *, /.
  8. 11. A single line of code that performs an action.
  9. 15. Type A category of data, such as integer, float, or string.
  10. 18. A value passed to a function.
  11. 21. A set of characters