Question: Which mode is not a valid way to access a file from within a Python script?

  1. `write('w')`
  2. `scan('s')`
  3. `append('a')`
  4. `read('r')`

Answer: The correct answer of the above question is Option B:`scan('s')`