this script opens a file in "w" mode (write mode),which means once the file dose not exist,it will be created. So No IOError.
↧
this script opens a file in "w" mode (write mode),which means once the file dose not exist,it will be created. So No IOError.