Family Day update
This commit is contained in:
parent
aac6731f2c
commit
9ad63ea473
2442 changed files with 39761 additions and 8255 deletions
4
Task/Read-entire-file/Python/read-entire-file-4.py
Normal file
4
Task/Read-entire-file/Python/read-entire-file-4.py
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
from pathlib import Path
|
||||
|
||||
any_string = Path(filename).read_text(encoding='utf-8')
|
||||
any_binary_data = Path(filename).read_bytes()
|
||||
Loading…
Add table
Add a link
Reference in a new issue