Browse Source

File

pull/28/head
Jure Šorn 6 years ago
parent
commit
f1d3549c05
1 changed files with 2 additions and 0 deletions
  1. 2
      README.md

2
README.md

@ -1088,6 +1088,8 @@ Open
<file>.write(<str/bytes>) # Writes a string or bytes object.
<file>.writelines(<list>) # Writes a list of strings or bytes objects.
```
* **No method adds or strips trailing newlines.**
* **Changes are not written until file gets closed.**
### Read Text from File
```python

Loading…
Cancel
Save