Kahibaro
Discord Login Register

Chapter 10: Working with Files

So far, your programs have only worked with data while they are running. When the program ends, everything in memory disappears.

Files let your programs:

Python makes working with files relatively simple. In this chapter you’ll learn the basics needed for simple text-based programs.

Views: 18

Comments

Please login to add a comment.

Don't have an account? Register now!