Which mode is not a valid way to access a file from within a Python script?
read('r')
append('a')
scan('s')
write('w')