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