Iedere object van het bestaand (file) heeft volgende eigenschappen.
f.closed # Set to 1 if file object has been closed
f.mode # I/O mode of the file
f.name # Name of file if created using open(). # Otherwise, a string indicating the source
f.softspace # Boolean indicating if extra space needs to be
# printed before another value when using print.
Add A Comment
You must be logged in to post a comment.
