file-read

 avatar
unknown
python
2 years ago
49 B
11
Indexable
with open("/tmp/hello") as f:
    print(f.read())
Editor is loading...
Leave a Comment