file.write
write(str)
Write a string to the file. There is no return value. Due to buffering, the string may not actually show up in the file until the file.flush or file.close method is called.
write(str)
Write a string to the file. There is no return value. Due to buffering, the string may not actually show up in the file until the file.flush or file.close method is called.
rendered by a django application. hosted by webfaction.