Some of you will probably want to save data in your programs so that data that has been entered persists between closing a program and opening a program. There are 2 ways to do this - serialization and writing to txt files. This latter one is covered in the L3 workbook, Chapter 5 file reading. Reading to or from a file can be included as one of the ways of getting input/output.