Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 328 Bytes

File metadata and controls

18 lines (10 loc) · 328 Bytes

Python-Basics_Files

Working with Files

Cirriculum: Learn Python the hard way (http://learnpythonthehardway.org/book/)

Lessons Practiced:

Exercise 1: A Good First Program

Exercise 5: More Variables And Printing

Exercise 15: Reading Files

Exercise 16: Reading And Writing Files

Exercise 17: More Files