Activity1

12345678
Across
  1. 2. it is used to close the file automatically
  2. 5. It is uded to write multiple strings to a file
  3. 6. It is raised when trying to open a file which is not existing
  4. 8. It is raised when the requested module definition is not found.
Down
  1. 1. It is used to store data in terms of bytes
  2. 3. It raises when wrong value is provided
  3. 4. It is used to test an expression if the testing comes false
  4. 7. it is a mode used to add the data to file