In this exercise, we combine functions and files. We create some functions to operate on files.
New things I learned:
1. We can use the seek() function on a file handle to take the file cursor to a particular position in the file
2. We can give multiple strings to the print function by separating them by a ','
No comments:
Post a Comment