TechQuest: Decode & Dominate...... Level 1 : Criss-Cross...... Solve it Guys !!

123456789101112131415
Across
  1. 2. The technique to extract portions of lists; think of it as cutting a cake!
  2. 3. A block of reusable code; it’s the magic spell that you can use over and over!
  3. 5. A mistake in your code; it’s the villain in your programming story!
  4. 7. The merry-go-round that repeats your code until you say stop.
  5. 8. The translator that turns your code into something the machine understands.
  6. 11. A collection of packages; it’s Python’s full bookshelf.
  7. 12. Like a list, but this one’s stubborn—it won’t change its mind.
  8. 14. The position of an element in a list; it’s the seat number in a data theater!
  9. 15. When a function calls itself—it’s like a mirror inside a mirror.
Down
  1. 1. A collection of key-value pairs; it’s Python’s version of a contact book.
  2. 4. This library allows for mathematical operations on arrays and matrices.
  3. 6. The ultimate decision-maker: it’s either yes or no, true or false.
  4. 9. Sending a special gift back from a function after its task is done.
  5. 10. A popular data manipulation library in Python; it’s the friendly giant of data handling!
  6. 13. Special words reserved for important commands in code.