python: tidy notes

This commit is contained in:
thomasabishop 2023-09-13 08:01:13 +01:00
parent c39904e21b
commit 890cdac8f2
2 changed files with 0 additions and 4 deletions

View file

@ -29,8 +29,6 @@ file_object = open(<file_name>, <access_mode>)
In addition we have the following access modes
// TODO: Add table
## Reading files
Once a file object has been intialised with `open()` there are several ways in which the content can be read:

View file

@ -69,5 +69,3 @@ else
finally
# Do concluding action
```
// TODO: Get ChatGPT to give me a medium length overview