file-read

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