So far, everything we’ve done exists only inside the program.

But what if your program could remember things even after it closes?

That’s where file handling comes in.

So far, we’ve worked with variables, functions, and modules.

But in real applications, data doesn’t just disappear when a program stops running.