Python Programming

12345678910111213
Across
  1. 1. Fix Value in Python
  2. 4. File Operations without Closing Files
  3. 6. Immutable ordered collection
  4. 8. Name that stores a value
  5. 10. Mutable ordered collection
  6. 11. Keyword to define a function
  7. 12. Block of code that returns a value
Down
  1. 2. Used to bring a module into a script
  2. 3. Repeats a block until a condition is true
  3. 5. Blueprint for objects
  4. 7. High level programming language
  5. 9. Runs when if is False
  6. 11. Key-value mapping type
  7. 13. Conditional statement