file-read

mail@pastecode.io avatar
unknown
python
5 months ago
49 B
3
Indexable
with open("/tmp/hello") as f:
    print(f.read())
Leave a Comment