Browse Source

File

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

4
README.md

@ -1085,8 +1085,8 @@ Open
``` ```
```python ```python
write(<str/bytes>) # Writes a string or bytes object.
writelines(<list>) # Writes a list of strings or bytes objects.
<file>.write(<str/bytes>) # Writes a string or bytes object.
<file>.writelines(<list>) # Writes a list of strings or bytes objects.
``` ```
### Read Text from File ### Read Text from File

Loading…
Cancel
Save