SDF Week14
SDF Week14
Note:
• Some of the slides of the course are based on the material provided
by the College of Technological Information, Zayed University, UAE.
• The copyrighted material belongs to their respective owners.
1
3/12/2024
Introduction
• Before you read from or write to a file in Python, you need to create a
handle to that file.
• We may ask a handle to do:
• Read a line
• Read all lines in file
• Write a line
• Write multiple lines
2
3/12/2024
3
3/12/2024
4
3/12/2024
10
5
3/12/2024
11