python: tidy notes
This commit is contained in:
parent
c39904e21b
commit
890cdac8f2
2 changed files with 0 additions and 4 deletions
|
@ -29,8 +29,6 @@ file_object = open(<file_name>, <access_mode>)
|
||||||
|
|
||||||
In addition we have the following access modes
|
In addition we have the following access modes
|
||||||
|
|
||||||
// TODO: Add table
|
|
||||||
|
|
||||||
## Reading files
|
## Reading files
|
||||||
|
|
||||||
Once a file object has been intialised with `open()` there are several ways in which the content can be read:
|
Once a file object has been intialised with `open()` there are several ways in which the content can be read:
|
||||||
|
|
|
@ -69,5 +69,3 @@ else
|
||||||
finally
|
finally
|
||||||
# Do concluding action
|
# Do concluding action
|
||||||
```
|
```
|
||||||
|
|
||||||
// TODO: Get ChatGPT to give me a medium length overview
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue