Wednesday 1 July 2015

#10n4 Computer Science - Lesson 49 - Basic File Handling

Lesson Objectives 
LO1 - To understand how to create, open and close a file 
LO2 - To understand how to read from and write to a file
LO3 - To understand how to append to a file 

Outcomes
Red - You will have used Python code to create, open and close a file
Amber - You will have used Python code to write and append to a file
Green - You will have used Python code to read and print from a file