Codechef

123456789
Across
  1. 1. A type of loop that continues execution until a certain condition is met
  2. 5. A Python library used for creating and displaying interactive plots.
  3. 6. A data structure that follows the Last-In-First-Out (LIFO) principle.
  4. 8. A programming construct that allows a function to call itself.
Down
  1. 2. A programming construct that allows repetitive execution of a block of code.
  2. 3. A type of variable that is accessible throughout the entire program.
  3. 4. A popular python library for data manipulation and analysis
  4. 7. A statement used for handling exceptions in Python.
  5. 9. A built-in function used to convert a number or a string to an integer.