Reading the newly created file. : Text File Write : File PYTHON examples


PYTHON examples » File » Text File Write »

 

Reading the newly created file.


Reading the newly created file.



print "nReading the newly created file."
text_file = open("write_it.txt""r")
print text_file.read()
text_file.close()


           
       



Leave a Comment / Note


 
Verification is used to prevent unwanted posts (spam). .


PYTHON examples

 Navioo File
» Text File Write