Please enable JavaScript in your browser!
Home
Explore
Help
Sign In
jmjl
/
util
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
7f6fa31d3c
Branches
Tags
master
util
/
fileread.py
fileread.py
86 B
History
Raw
1
2
3
4
def fileload(filename):
with open(filename) as f:
return f.read().strip()