iNTERFACEWARE Products Manual > Learning Center > Learning Python > File Reading and Writing > Closing an Open File |
|
Looking for Iguana v.5 or v.6? Learn More or see the Help Center.
When you have finished reading from or writing to a file, use close() to indicate that you no longer need the file:
After the file is closed, your program can no longer read from the file or write to it. |